phlex-icons 2.4.0 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c552eed73c8f7cf4b39d72ff29f214d90fc825baaff2480919b167c1f5a103c
4
- data.tar.gz: f17763cd4470a239344cbf9e0934eae82de7dd726d92fa522da8b8b6a8697592
3
+ metadata.gz: fd88175383f9efbd82fb5a944bdf568949cf86cbc76e675259e94bd92b4b397e
4
+ data.tar.gz: bcc6c0540b6231e4225dc467b93099d582275c5d022f5b7fbb84753f4fd4c355
5
5
  SHA512:
6
- metadata.gz: 7f49a2510844292de365297cc2d95c589d9f9cc974ad1015c2e1ba6644c3e888e41a8582de1d42b0b28dbbf51c81ece039bedc545d5b53cacdb7fc2c1805d7dd
7
- data.tar.gz: a6637d912413627632339056e3f87186fa1e140ad1d7c34ee92cf8f3bc88505aed7dd4eec3f619d6fb204540f154b2bd6efe4decb78f18b4e4a0018d8f0c333a
6
+ metadata.gz: 7bf7bb734e4efba9a542849119215f58cb3e3e5612a02648532c1ae8e056ecb56ef631120eaa2e40fdf917e15b05278580a8cd5a93795589f8e3b37fd332c2ef
7
+ data.tar.gz: 20783b6087ff8ef4168ebb9022ad1ac654c918243ab9bf81a3fc9eaa25758abbf2fd5c3241ec2b7bec92b187d9fd8b152e3f1e185c7d324a3262186858755a32
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # rubocop:disable Layout/LineLength
4
3
  module PhlexIcons
5
4
  module Lucide
6
5
  class Rat < Base
@@ -15,20 +14,16 @@ module PhlexIcons
15
14
  stroke_linecap: 'round',
16
15
  stroke_linejoin: 'round'
17
16
  ) do |s|
17
+ s.path(d: 'M13 22H4a2 2 0 0 1 0-4h12')
18
+ s.path(d: 'M13.236 18a3 3 0 0 0-2.2-5')
19
+ s.path(d: 'M16 9h.01')
18
20
  s.path(
19
21
  d:
20
- 'M17 5c0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8.3 1.5.8 2H11c-3.9 0-7 3.1-7 7c0 2.2 1.8 4 4 4'
21
- )
22
- s.path(
23
- d:
24
- 'M16.8 3.9c.3-.3.6-.5 1-.7 1.5-.6 3.3.1 3.9 1.6.6 1.5-.1 3.3-1.6 3.9l1.6 2.8c.2.3.2.7.2 1-.2.8-.9 1.2-1.7 1.1 0 0-1.6-.3-2.7-.6H17c-1.7 0-3 1.3-3 3'
22
+ 'M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3'
25
23
  )
26
- s.path(d: 'M13.2 18a3 3 0 0 0-2.2-5')
27
- s.path(d: 'M13 22H4a2 2 0 0 1 0-4h12')
28
- s.path(d: 'M16 9h.01')
24
+ s.path(d: 'M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18')
29
25
  end
30
26
  end
31
27
  end
32
28
  end
33
29
  end
34
- # rubocop:enable Layout/LineLength
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.4.0'
4
+ VERSION = '2.5.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-30 00:00:00.000000000 Z
11
+ date: 2025-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex