Class: Phlex::Icons::Iconoir::CalendarRotate

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex/icons/iconoir/icons/calendar_rotate.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #view_template

Constructor Details

This class inherits a constructor from Phlex::Icons::Iconoir::Base

Instance Method Details

#regularObject



2
3
4
5
6
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'lib/phlex/icons/iconoir/icons/calendar_rotate.rb', line 2

def regular
  svg(
    class: @class,
    width: @width,
    height: @height,
    viewbox: "0 0 24 24",
    stroke_width: @stroke_width,
    fill: "none",
    xmlns: "http://www.w3.org/2000/svg"
  ) do |s|
    s.path(
      d: "M10 21H5C3.89543 21 3 20.1046 3 19V10H21M15 4V2M15 4V6M15 4H10.5",
      stroke: "currentColor",
      stroke_linecap: "round",
      stroke_linejoin: "round"
    )
    s.path(
      d: "M3 10V6C3 4.89543 3.89543 4 5 4H7",
      stroke: "currentColor",
      stroke_linecap: "round",
      stroke_linejoin: "round"
    )
    s.path(
      d: "M7 2V6",
      stroke: "currentColor",
      stroke_linecap: "round",
      stroke_linejoin: "round"
    )
    s.path(
      d: "M21 10V6C21 4.89543 20.1046 4 19 4H18.5",
      stroke: "currentColor",
      stroke_linecap: "round",
      stroke_linejoin: "round"
    )
    s.path(
      d:
        "M21.6669 16.6667C21.0481 15.097 19.635 14 17.9906 14C16.2322 14 14.7382 15.2545 14.1973 17",
      stroke: "currentColor",
      stroke_linecap: "round",
      stroke_linejoin: "round"
    )
    s.path(
      d:
        "M19.9951 16.772H21.4001C21.7314 16.772 22.0001 16.5034 22.0001 16.172V14.5498",
      stroke: "currentColor",
      stroke_linecap: "round",
      stroke_linejoin: "round"
    )
    s.path(
      d:
        "M14.3341 19.3333C14.9529 20.903 16.366 22 18.0103 22C19.7687 22 21.2628 20.7455 21.8037 19",
      stroke: "currentColor",
      stroke_linecap: "round",
      stroke_linejoin: "round"
    )
    s.path(
      d:
        "M16.0049 19.228H14.5999C14.2686 19.228 13.9999 19.4966 13.9999 19.828V21.4502",
      stroke: "currentColor",
      stroke_linecap: "round",
      stroke_linejoin: "round"
    )
  end
end

#solidObject



67
68
69
70
71
72
73
74
75
76
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
111
112
113
114
115
116
117
118
119
120
# File 'lib/phlex/icons/iconoir/icons/calendar_rotate.rb', line 67

def solid
  svg(
    class: @class,
    width: @width,
    height: @height,
    viewbox: "0 0 24 24",
    stroke_width: @stroke_width,
    fill: "none",
    xmlns: "http://www.w3.org/2000/svg"
  ) do |s|
    s.path(
      fill_rule: "evenodd",
      clip_rule: "evenodd",
      d:
        "M3 9.25C2.58579 9.25 2.25 9.58579 2.25 10V19C2.25 20.5188 3.48122 21.75 5 21.75H11.5V18.2502C11.5 14.5223 14.5221 11.5002 18.25 11.5002C19.5314 11.5002 20.7294 11.9728 21.75 12.5932V10C21.75 9.58579 21.4142 9.25 21 9.25H3Z",
      fill: "currentColor"
    )
    s.path(
      fill_rule: "evenodd",
      clip_rule: "evenodd",
      d:
        "M7 1.25C7.41421 1.25 7.75 1.58579 7.75 2V6C7.75 6.41421 7.41421 6.75 7 6.75C6.58579 6.75 6.25 6.41421 6.25 6V4.75H5C4.30964 4.75 3.75 5.30964 3.75 6V10C3.75 10.4142 3.41421 10.75 3 10.75C2.58579 10.75 2.25 10.4142 2.25 10V6C2.25 4.48122 3.48122 3.25 5 3.25H6.25V2C6.25 1.58579 6.58579 1.25 7 1.25ZM15 1.25C15.4142 1.25 15.75 1.58579 15.75 2V6C15.75 6.41421 15.4142 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6V4.75H10.5C10.0858 4.75 9.75 4.41421 9.75 4C9.75 3.58579 10.0858 3.25 10.5 3.25H14.25V2C14.25 1.58579 14.5858 1.25 15 1.25ZM17.75 4C17.75 3.58579 18.0858 3.25 18.5 3.25H19C20.5188 3.25 21.75 4.48122 21.75 6V10C21.75 10.4142 21.4142 10.75 21 10.75C20.5858 10.75 20.25 10.4142 20.25 10V6C20.25 5.30964 19.6904 4.75 19 4.75H18.5C18.0858 4.75 17.75 4.41421 17.75 4Z",
      fill: "currentColor"
    )
    s.path(
      fill_rule: "evenodd",
      clip_rule: "evenodd",
      d:
        "M17.9906 14.75C16.6121 14.75 15.3733 15.7387 14.9136 17.222C14.791 17.6177 14.3709 17.839 13.9752 17.7164C13.5796 17.5938 13.3582 17.1736 13.4808 16.778C14.103 14.7703 15.8523 13.25 17.9906 13.25C19.9889 13.25 21.6507 14.5806 22.3646 16.3916C22.5165 16.777 22.3272 17.2125 21.9419 17.3644C21.5565 17.5163 21.121 17.3271 20.9691 16.9417C20.4454 15.6134 19.2809 14.75 17.9906 14.75Z",
      fill: "currentColor"
    )
    s.path(
      fill_rule: "evenodd",
      clip_rule: "evenodd",
      d:
        "M22.0001 13.7998C22.4143 13.7998 22.7501 14.1356 22.7501 14.5498V16.172C22.7501 16.9176 22.1457 17.522 21.4001 17.522H19.9951C19.5809 17.522 19.2451 17.1862 19.2451 16.772C19.2451 16.3578 19.5809 16.022 19.9951 16.022H21.2501V14.5498C21.2501 14.1356 21.5859 13.7998 22.0001 13.7998Z",
      fill: "currentColor"
    )
    s.path(
      fill_rule: "evenodd",
      clip_rule: "evenodd",
      d:
        "M18.0104 21.25C19.3889 21.25 20.6277 20.2613 21.0874 18.778C21.21 18.3823 21.6301 18.161 22.0258 18.2836C22.4214 18.4062 22.6428 18.8264 22.5201 19.222C21.898 21.2297 20.1486 22.75 18.0104 22.75C16.0121 22.75 14.3503 21.4194 13.6364 19.6084C13.4845 19.223 13.6737 18.7875 14.0591 18.6356C14.4444 18.4837 14.88 18.6729 15.0319 19.0583C15.5555 20.3866 16.72 21.25 18.0104 21.25Z",
      fill: "currentColor"
    )
    s.path(
      fill_rule: "evenodd",
      clip_rule: "evenodd",
      d:
        "M13.9999 22.2002C13.5857 22.2002 13.2499 21.8644 13.2499 21.4502V19.828C13.2499 19.0824 13.8543 18.478 14.5999 18.478H16.0049C16.4191 18.478 16.7549 18.8138 16.7549 19.228C16.7549 19.6422 16.4191 19.978 16.0049 19.978H14.7499V21.4502C14.7499 21.8644 14.4141 22.2002 13.9999 22.2002Z",
      fill: "currentColor"
    )
  end
end