Class: PhlexIcons::Material::Face5

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/material/face_5.rb

Instance Attribute Summary

Attributes inherited from Base

#variant

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#initialize, #view_template

Methods inherited from Base

#initialize, #view_template

Constructor Details

This class inherits a constructor from PhlexIcons::Material::Base

Instance Method Details

#filledObject



7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# File 'lib/phlex-icons/material/face_5.rb', line 7

def filled
  svg(
    **attrs,
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24'
  ) do |s|
    s.path(
      d:
        'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15a.495.495 0 0 0 .85-.35c0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76A.495.495 0 0 0 8 6a.495.495 0 0 0 .1-.98c.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5a.51.51 0 0 0-.3-.46c.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25A.495.495 0 0 0 16 6c.28 0 .5-.22.5-.5 0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76a.495.495 0 0 0-.83.37c0 .28.22.5.5.5s.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48a.495.495 0 0 0 .85.35c.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z'
    )
    s.circle(cx: '9', cy: '13', r: '1.25')
    s.circle(cx: '12', cy: '5.5', r: '.5')
    s.circle(cx: '14', cy: '5.5', r: '.5')
    s.circle(cx: '10', cy: '5.5', r: '.5')
    s.circle(cx: '17', cy: '6.5', r: '.5')
    s.circle(cx: '9', cy: '6.5', r: '.5')
    s.circle(cx: '7', cy: '6.5', r: '.5')
    s.circle(cx: '11', cy: '6.5', r: '.5')
    s.circle(cx: '13', cy: '6.5', r: '.5')
    s.circle(cx: '15', cy: '6.5', r: '.5')
    s.circle(cx: '12', cy: '7.5', r: '.5')
    s.circle(cx: '14', cy: '7.5', r: '.5')
    s.circle(cx: '16', cy: '7.5', r: '.5')
    s.circle(cx: '10', cy: '7.5', r: '.5')
    s.circle(cx: '8', cy: '7.5', r: '.5')
    s.circle(cx: '9', cy: '8.5', r: '.5')
    s.circle(cx: '7', cy: '8.5', r: '.5')
    s.circle(cx: '11', cy: '8.5', r: '.5')
    s.circle(cx: '13', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '8.5', r: '.5')
    s.circle(cx: '17', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '13', r: '1.25')
  end
end

#outlinedObject



42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# File 'lib/phlex-icons/material/face_5.rb', line 42

def outlined
  svg(
    **attrs,
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24'
  ) do |s|
    s.path(
      d:
        'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15a.495.495 0 0 0 .85-.35c0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76A.495.495 0 0 0 8 6a.495.495 0 0 0 .1-.98c.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5a.51.51 0 0 0-.3-.46c.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25A.495.495 0 0 0 16 6c.28 0 .5-.22.5-.5 0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76a.495.495 0 0 0-.83.37c0 .28.22.5.5.5s.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48a.495.495 0 0 0 .85.35c.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z'
    )
    s.circle(cx: '9', cy: '13', r: '1.25')
    s.circle(cx: '12', cy: '5.5', r: '.5')
    s.circle(cx: '14', cy: '5.5', r: '.5')
    s.circle(cx: '10', cy: '5.5', r: '.5')
    s.circle(cx: '17', cy: '6.5', r: '.5')
    s.circle(cx: '9', cy: '6.5', r: '.5')
    s.circle(cx: '7', cy: '6.5', r: '.5')
    s.circle(cx: '11', cy: '6.5', r: '.5')
    s.circle(cx: '13', cy: '6.5', r: '.5')
    s.circle(cx: '15', cy: '6.5', r: '.5')
    s.circle(cx: '12', cy: '7.5', r: '.5')
    s.circle(cx: '14', cy: '7.5', r: '.5')
    s.circle(cx: '16', cy: '7.5', r: '.5')
    s.circle(cx: '10', cy: '7.5', r: '.5')
    s.circle(cx: '8', cy: '7.5', r: '.5')
    s.circle(cx: '9', cy: '8.5', r: '.5')
    s.circle(cx: '7', cy: '8.5', r: '.5')
    s.circle(cx: '11', cy: '8.5', r: '.5')
    s.circle(cx: '13', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '8.5', r: '.5')
    s.circle(cx: '17', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '13', r: '1.25')
  end
end

#roundObject



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'lib/phlex-icons/material/face_5.rb', line 77

def round
  svg(
    **attrs,
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24'
  ) do |s|
    s.path(
      d:
        'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15a.495.495 0 0 0 .85-.35c0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76A.495.495 0 0 0 8 6a.495.495 0 0 0 .1-.98c.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5a.51.51 0 0 0-.3-.46c.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25A.495.495 0 0 0 16 6c.28 0 .5-.22.5-.5 0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76a.495.495 0 0 0-.83.37c0 .28.22.5.5.5s.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48a.495.495 0 0 0 .85.35c.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z'
    )
    s.circle(cx: '9', cy: '13', r: '1.25')
    s.circle(cx: '12', cy: '5.5', r: '.5')
    s.circle(cx: '14', cy: '5.5', r: '.5')
    s.circle(cx: '10', cy: '5.5', r: '.5')
    s.circle(cx: '17', cy: '6.5', r: '.5')
    s.circle(cx: '9', cy: '6.5', r: '.5')
    s.circle(cx: '7', cy: '6.5', r: '.5')
    s.circle(cx: '11', cy: '6.5', r: '.5')
    s.circle(cx: '13', cy: '6.5', r: '.5')
    s.circle(cx: '15', cy: '6.5', r: '.5')
    s.circle(cx: '12', cy: '7.5', r: '.5')
    s.circle(cx: '14', cy: '7.5', r: '.5')
    s.circle(cx: '16', cy: '7.5', r: '.5')
    s.circle(cx: '10', cy: '7.5', r: '.5')
    s.circle(cx: '8', cy: '7.5', r: '.5')
    s.circle(cx: '9', cy: '8.5', r: '.5')
    s.circle(cx: '7', cy: '8.5', r: '.5')
    s.circle(cx: '11', cy: '8.5', r: '.5')
    s.circle(cx: '13', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '8.5', r: '.5')
    s.circle(cx: '17', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '13', r: '1.25')
  end
end

#sharpObject



112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# File 'lib/phlex-icons/material/face_5.rb', line 112

def sharp
  svg(
    **attrs,
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24'
  ) do |s|
    s.path(
      d:
        'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15a.495.495 0 0 0 .85-.35c0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76A.495.495 0 0 0 8 6a.495.495 0 0 0 .1-.98c.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5a.51.51 0 0 0-.3-.46c.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25A.495.495 0 0 0 16 6c.28 0 .5-.22.5-.5 0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76a.495.495 0 0 0-.83.37c0 .28.22.5.5.5s.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48a.495.495 0 0 0 .85.35c.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z'
    )
    s.circle(cx: '9', cy: '13', r: '1.25')
    s.circle(cx: '12', cy: '5.5', r: '.5')
    s.circle(cx: '14', cy: '5.5', r: '.5')
    s.circle(cx: '10', cy: '5.5', r: '.5')
    s.circle(cx: '17', cy: '6.5', r: '.5')
    s.circle(cx: '9', cy: '6.5', r: '.5')
    s.circle(cx: '7', cy: '6.5', r: '.5')
    s.circle(cx: '11', cy: '6.5', r: '.5')
    s.circle(cx: '13', cy: '6.5', r: '.5')
    s.circle(cx: '15', cy: '6.5', r: '.5')
    s.circle(cx: '12', cy: '7.5', r: '.5')
    s.circle(cx: '14', cy: '7.5', r: '.5')
    s.circle(cx: '16', cy: '7.5', r: '.5')
    s.circle(cx: '10', cy: '7.5', r: '.5')
    s.circle(cx: '8', cy: '7.5', r: '.5')
    s.circle(cx: '9', cy: '8.5', r: '.5')
    s.circle(cx: '7', cy: '8.5', r: '.5')
    s.circle(cx: '11', cy: '8.5', r: '.5')
    s.circle(cx: '13', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '8.5', r: '.5')
    s.circle(cx: '17', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '13', r: '1.25')
  end
end

#two_toneObject



147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# File 'lib/phlex-icons/material/face_5.rb', line 147

def two_tone
  svg(
    **attrs,
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24'
  ) do |s|
    s.path(
      d:
        'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15a.495.495 0 0 0 .85-.35c0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76A.495.495 0 0 0 8 6a.495.495 0 0 0 .1-.98c.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5a.51.51 0 0 0-.3-.46c.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25A.495.495 0 0 0 16 6c.28 0 .5-.22.5-.5 0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76a.495.495 0 0 0-.83.37c0 .28.22.5.5.5s.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48a.495.495 0 0 0 .85.35c.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z'
    )
    s.circle(cx: '9', cy: '13', r: '1.25')
    s.circle(cx: '12', cy: '5.5', r: '.5')
    s.circle(cx: '14', cy: '5.5', r: '.5')
    s.circle(cx: '10', cy: '5.5', r: '.5')
    s.circle(cx: '17', cy: '6.5', r: '.5')
    s.circle(cx: '9', cy: '6.5', r: '.5')
    s.circle(cx: '7', cy: '6.5', r: '.5')
    s.circle(cx: '11', cy: '6.5', r: '.5')
    s.circle(cx: '13', cy: '6.5', r: '.5')
    s.circle(cx: '15', cy: '6.5', r: '.5')
    s.circle(cx: '12', cy: '7.5', r: '.5')
    s.circle(cx: '14', cy: '7.5', r: '.5')
    s.circle(cx: '16', cy: '7.5', r: '.5')
    s.circle(cx: '10', cy: '7.5', r: '.5')
    s.circle(cx: '8', cy: '7.5', r: '.5')
    s.circle(cx: '9', cy: '8.5', r: '.5')
    s.circle(cx: '7', cy: '8.5', r: '.5')
    s.circle(cx: '11', cy: '8.5', r: '.5')
    s.circle(cx: '13', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '8.5', r: '.5')
    s.circle(cx: '17', cy: '8.5', r: '.5')
    s.circle(cx: '15', cy: '13', r: '1.25')
  end
end