Class: PhlexIcons::Material::Deblur

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/material/deblur.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
# File 'lib/phlex-icons/material/deblur.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 3v18a9 9 0 0 0 0-18z')
    s.circle(cx: '6', cy: '14', r: '1')
    s.circle(cx: '6', cy: '18', r: '1')
    s.circle(cx: '6', cy: '10', r: '1')
    s.circle(cx: '3', cy: '10', r: '.5')
    s.circle(cx: '6', cy: '6', r: '1')
    s.circle(cx: '3', cy: '14', r: '.5')
    s.circle(cx: '10', cy: '21', r: '.5')
    s.circle(cx: '10', cy: '3', r: '.5')
    s.circle(cx: '10', cy: '6', r: '1')
    s.circle(cx: '10', cy: '14', r: '1.5')
    s.circle(cx: '10', cy: '10', r: '1.5')
    s.circle(cx: '10', cy: '18', r: '1')
  end
end

#outlinedObject



29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/phlex-icons/material/deblur.rb', line 29

def outlined
  svg(
    **attrs,
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24'
  ) do |s|
    s.circle(cx: '6', cy: '14', r: '1')
    s.circle(cx: '6', cy: '18', r: '1')
    s.circle(cx: '6', cy: '10', r: '1')
    s.circle(cx: '3', cy: '10', r: '.5')
    s.circle(cx: '6', cy: '6', r: '1')
    s.circle(cx: '3', cy: '14', r: '.5')
    s.circle(cx: '10', cy: '21', r: '.5')
    s.circle(cx: '10', cy: '3', r: '.5')
    s.circle(cx: '10', cy: '6', r: '1')
    s.circle(cx: '10', cy: '14', r: '1.5')
    s.circle(cx: '10', cy: '10', r: '1.5')
    s.circle(cx: '10', cy: '18', r: '1')
    s.path(
      d: 'M12 3v2c3.86 0 7 3.14 7 7s-3.14 7-7 7v2c4.96 0 9-4.04 9-9s-4.04-9-9-9z'
    )
  end
end

#roundObject



53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# File 'lib/phlex-icons/material/deblur.rb', line 53

def round
  svg(
    **attrs,
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24'
  ) do |s|
    s.path(d: 'M12 3v18a9 9 0 0 0 0-18z')
    s.circle(cx: '6', cy: '14', r: '1')
    s.circle(cx: '6', cy: '18', r: '1')
    s.circle(cx: '6', cy: '10', r: '1')
    s.circle(cx: '3', cy: '10', r: '.5')
    s.circle(cx: '6', cy: '6', r: '1')
    s.circle(cx: '3', cy: '14', r: '.5')
    s.circle(cx: '10', cy: '21', r: '.5')
    s.circle(cx: '10', cy: '3', r: '.5')
    s.circle(cx: '10', cy: '6', r: '1')
    s.circle(cx: '10', cy: '14', r: '1.5')
    s.circle(cx: '10', cy: '10', r: '1.5')
    s.circle(cx: '10', cy: '18', r: '1')
  end
end

#sharpObject



75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# File 'lib/phlex-icons/material/deblur.rb', line 75

def sharp
  svg(
    **attrs,
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24'
  ) do |s|
    s.path(d: 'M12 3v18a9 9 0 0 0 0-18z')
    s.circle(cx: '6', cy: '14', r: '1')
    s.circle(cx: '6', cy: '18', r: '1')
    s.circle(cx: '6', cy: '10', r: '1')
    s.circle(cx: '3', cy: '10', r: '.5')
    s.circle(cx: '6', cy: '6', r: '1')
    s.circle(cx: '3', cy: '14', r: '.5')
    s.circle(cx: '10', cy: '21', r: '.5')
    s.circle(cx: '10', cy: '3', r: '.5')
    s.circle(cx: '10', cy: '6', r: '1')
    s.circle(cx: '10', cy: '14', r: '1.5')
    s.circle(cx: '10', cy: '10', r: '1.5')
    s.circle(cx: '10', cy: '18', r: '1')
  end
end

#two_toneObject



97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# File 'lib/phlex-icons/material/deblur.rb', line 97

def two_tone
  svg(
    **attrs,
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24'
  ) do |s|
    s.circle(cx: '6', cy: '14', r: '1')
    s.circle(cx: '6', cy: '18', r: '1')
    s.circle(cx: '6', cy: '10', r: '1')
    s.circle(cx: '3', cy: '10', r: '.5')
    s.circle(cx: '6', cy: '6', r: '1')
    s.circle(cx: '3', cy: '14', r: '.5')
    s.circle(cx: '10', cy: '21', r: '.5')
    s.circle(cx: '10', cy: '3', r: '.5')
    s.circle(cx: '10', cy: '6', r: '1')
    s.circle(cx: '10', cy: '14', r: '1.5')
    s.circle(cx: '10', cy: '10', r: '1.5')
    s.circle(cx: '10', cy: '18', r: '1')
    s.path(
      d: 'M12 3v2c3.86 0 7 3.14 7 7s-3.14 7-7 7v2c4.96 0 9-4.04 9-9s-4.04-9-9-9z'
    )
    s.path(d: 'M12 5v14c3.86 0 7-3.14 7-7s-3.14-7-7-7z', opacity: '.3')
  end
end