phlex-icons-tabler 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/phlex/icons/tabler/brand_angular.rb +11 -1
- data/lib/phlex/icons/tabler/brand_instagram.rb +16 -4
- data/lib/phlex/icons/tabler/brand_kick.rb +13 -1
- data/lib/phlex/icons/tabler/brand_linkedin.rb +18 -6
- data/lib/phlex/icons/tabler/brand_open_source.rb +13 -1
- data/lib/phlex/icons/tabler/brand_opera.rb +13 -1
- data/lib/phlex/icons/tabler/brand_pinterest.rb +13 -1
- data/lib/phlex/icons/tabler/brand_sketch.rb +11 -1
- data/lib/phlex/icons/tabler/brand_snapchat.rb +11 -1
- data/lib/phlex/icons/tabler/brand_steam.rb +11 -1
- data/lib/phlex/icons/tabler/brand_stripe.rb +11 -1
- data/lib/phlex/icons/tabler/brand_tabler.rb +15 -3
- data/lib/phlex/icons/tabler/brand_tinder.rb +11 -1
- data/lib/phlex/icons/tabler/brand_tumblr.rb +13 -1
- data/lib/phlex/icons/tabler/brand_vercel.rb +11 -1
- data/lib/phlex/icons/tabler/brand_vimeo.rb +11 -1
- data/lib/phlex/icons/tabler/brand_whatsapp.rb +13 -1
- data/lib/phlex/icons/tabler/brand_windows.rb +11 -1
- data/lib/phlex/icons/tabler.rb +1 -1
- data/lib/phlex/icons/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5449d6d989f82ff6483635142d18f971eac3d6c0b0f91575dd5fcc1c3b3b415
|
|
4
|
+
data.tar.gz: 38e7509b2252e52b43d2adeb75d3ab918030f27d3b32eae9916fd296137d5924
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0718e7ad518e058476ab13256d2f164ee412802bbf5547c9fea7618dd3ce3577a9465f457630fed33b7d5b10dd210aa84d1a5bdec8845aa7fbb58e6eab8f6675'
|
|
7
|
+
data.tar.gz: 315414983929f47e345ef4363f077c61e270b654ec2fb1be0ab3c14224f3b4cab6fa95b2ee74b2264ddcc0c48d2496f365298b906a63df94a60616e7a7fb0bf7
|
|
@@ -6,7 +6,17 @@ module Phlex
|
|
|
6
6
|
module Tabler
|
|
7
7
|
class BrandAngular < Base
|
|
8
8
|
def filled
|
|
9
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M12.665 2.174l7.4 2.612a2 2 0 0 1 1.316 2.156l-1.323 9.703a2 2 0 0 1 -.99 1.468l-6.076 3.471a2 2 0 0 1 -1.984 0l-6.076 -3.47a2 2 0 0 1 -.96 -1.3l-.03 -.167l-1.322 -9.704a2 2 0 0 1 1.316 -2.156l7.4 -2.613a2 2 0 0 1 1.33 0m.271 4.475c-.324 -.865 -1.548 -.865 -1.872 0l-3 8a1 1 0 0 0 .585 1.287l.111 .035a1 1 0 0 0 1.176 -.62l.506 -1.351h3.113l.508 1.352a1 1 0 0 0 1.176 .62l.111 -.035a1 1 0 0 0 .585 -1.287zm-.937 3.199l.807 2.151h-1.614z'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
10
20
|
end
|
|
11
21
|
|
|
12
22
|
def outline
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module Phlex
|
|
4
5
|
module Icons
|
|
5
6
|
module Tabler
|
|
6
7
|
class BrandInstagram < Base
|
|
7
8
|
def filled
|
|
8
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M16 3a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-8a5 5 0 0 1 -5 -5v-8a5 5 0 0 1 5 -5zm-4 5a4 4 0 0 0 -3.995 3.8l-.005 .2a4 4 0 1 0 4 -4m4.5 -1.5a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
9
20
|
end
|
|
10
21
|
|
|
11
22
|
def outline
|
|
@@ -21,13 +32,14 @@ module Phlex
|
|
|
21
32
|
) do |s|
|
|
22
33
|
s.path(
|
|
23
34
|
d:
|
|
24
|
-
'M4
|
|
35
|
+
'M4 8a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z'
|
|
25
36
|
)
|
|
26
|
-
s.path(d: '
|
|
27
|
-
s.path(d: 'M16.5 7.
|
|
37
|
+
s.path(d: 'M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0')
|
|
38
|
+
s.path(d: 'M16.5 7.5v.01')
|
|
28
39
|
end
|
|
29
40
|
end
|
|
30
41
|
end
|
|
31
42
|
end
|
|
32
43
|
end
|
|
33
44
|
end
|
|
45
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module Phlex
|
|
4
5
|
module Icons
|
|
5
6
|
module Tabler
|
|
6
7
|
class BrandKick < Base
|
|
7
8
|
def filled
|
|
8
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M9 3a1 1 0 0 1 1 1v3h1v-1a1 1 0 0 1 .883 -.993l.117 -.007h1v-1a1 1 0 0 1 .883 -.993l.117 -.007h6a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-1v1a1 1 0 0 1 -.883 .993l-.117 .007h-1v2h1a1 1 0 0 1 .993 .883l.007 .117v1h1a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-1h-1a1 1 0 0 1 -.993 -.883l-.007 -.117v-1h-1v3a1 1 0 0 1 -.883 .993l-.117 .007h-5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
9
20
|
end
|
|
10
21
|
|
|
11
22
|
def outline
|
|
@@ -26,3 +37,4 @@ module Phlex
|
|
|
26
37
|
end
|
|
27
38
|
end
|
|
28
39
|
end
|
|
40
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module Phlex
|
|
4
5
|
module Icons
|
|
5
6
|
module Tabler
|
|
6
7
|
class BrandLinkedin < Base
|
|
7
8
|
def filled
|
|
8
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M17 2a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h-10a5 5 0 0 1 -5 -5v-10a5 5 0 0 1 5 -5zm-9 8a1 1 0 0 0 -1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0 -1 -1m6 0a3 3 0 0 0 -1.168 .236l-.125 .057a1 1 0 0 0 -1.707 .707v5a1 1 0 0 0 2 0v-3a1 1 0 0 1 2 0v3a1 1 0 0 0 2 0v-3a3 3 0 0 0 -3 -3m-6 -3a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
9
20
|
end
|
|
10
21
|
|
|
11
22
|
def outline
|
|
@@ -19,17 +30,18 @@ module Phlex
|
|
|
19
30
|
stroke_linecap: 'round',
|
|
20
31
|
stroke_linejoin: 'round'
|
|
21
32
|
) do |s|
|
|
33
|
+
s.path(d: 'M8 11v5')
|
|
34
|
+
s.path(d: 'M8 8v.01')
|
|
35
|
+
s.path(d: 'M12 16v-5')
|
|
36
|
+
s.path(d: 'M16 16v-3a2 2 0 1 0 -4 0')
|
|
22
37
|
s.path(
|
|
23
38
|
d:
|
|
24
|
-
'
|
|
39
|
+
'M3 7a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z'
|
|
25
40
|
)
|
|
26
|
-
s.path(d: 'M8 11l0 5')
|
|
27
|
-
s.path(d: 'M8 8l0 .01')
|
|
28
|
-
s.path(d: 'M12 16l0 -5')
|
|
29
|
-
s.path(d: 'M16 16v-3a2 2 0 0 0 -4 0')
|
|
30
41
|
end
|
|
31
42
|
end
|
|
32
43
|
end
|
|
33
44
|
end
|
|
34
45
|
end
|
|
35
46
|
end
|
|
47
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module Phlex
|
|
4
5
|
module Icons
|
|
5
6
|
module Tabler
|
|
6
7
|
class BrandOpenSource < Base
|
|
7
8
|
def filled
|
|
8
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M12.283 2.004a10 10 0 0 1 3.736 19.155a1 1 0 0 1 -1.332 -.551l-2.193 -5.602a1 1 0 0 1 .456 -1.245a2 2 0 1 0 -1.9 0a1 1 0 0 1 .457 1.244l-2.193 5.603a1 1 0 0 1 -1.332 .552a10 10 0 0 1 4.018 -19.16z'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
9
20
|
end
|
|
10
21
|
|
|
11
22
|
def outline
|
|
@@ -29,3 +40,4 @@ module Phlex
|
|
|
29
40
|
end
|
|
30
41
|
end
|
|
31
42
|
end
|
|
43
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module Phlex
|
|
4
5
|
module Icons
|
|
5
6
|
module Tabler
|
|
6
7
|
class BrandOpera < Base
|
|
7
8
|
def filled
|
|
8
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 2.66c-2.285 0 -3.915 2.619 -3.997 5.752l-.003 .248c0 3.242 1.655 6 4 6s4 -2.758 4 -6s-1.655 -6 -4 -6'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
9
20
|
end
|
|
10
21
|
|
|
11
22
|
def outline
|
|
@@ -27,3 +38,4 @@ module Phlex
|
|
|
27
38
|
end
|
|
28
39
|
end
|
|
29
40
|
end
|
|
41
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module Phlex
|
|
4
5
|
module Icons
|
|
5
6
|
module Tabler
|
|
6
7
|
class BrandPinterest < Base
|
|
7
8
|
def filled
|
|
8
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M17 3.34a10 10 0 0 1 -8.512 18.023l2.364 -5.315a3.5 3.5 0 0 0 2.398 .952c2.708 0 4.75 -2.089 4.75 -5a6 6 0 1 0 -11.64 2.041a1 1 0 1 0 1.88 -.682a4 4 0 1 1 7.76 -1.36c0 1.818 -1.156 3.001 -2.75 3.001c-.609 0 -1.153 -.361 -1.478 -1.022l1.142 -2.572a1 1 0 0 0 -1.828 -.812l-4.392 9.882a10 10 0 0 1 -4.694 -8.476l.005 -.324a10 10 0 0 1 14.995 -8.336'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
9
20
|
end
|
|
10
21
|
|
|
11
22
|
def outline
|
|
@@ -31,3 +42,4 @@ module Phlex
|
|
|
31
42
|
end
|
|
32
43
|
end
|
|
33
44
|
end
|
|
45
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -6,7 +6,17 @@ module Phlex
|
|
|
6
6
|
module Tabler
|
|
7
7
|
class BrandSketch < Base
|
|
8
8
|
def filled
|
|
9
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M7.554 3.004h8.929a2 2 0 0 1 1.647 .873l3.536 5.193a2.006 2.006 0 0 1 -.173 2.48l-8 8.79a2.007 2.007 0 0 1 -2.97 0l-8 -8.789a1 1 0 0 1 -.13 -.175l-.012 -.026l-.051 -.072a2.01 2.01 0 0 1 -.056 -2.063l.09 -.146l3.541 -5.193c.372 -.544 .987 -.87 1.649 -.872'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
10
20
|
end
|
|
11
21
|
|
|
12
22
|
def outline
|
|
@@ -6,7 +6,17 @@ module Phlex
|
|
|
6
6
|
module Tabler
|
|
7
7
|
class BrandSnapchat < Base
|
|
8
8
|
def filled
|
|
9
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M12 1.96a5.88 5.88 0 0 1 5.882 5.882c0 .618 .008 1.174 .03 1.678l.008 .21l.084 -.115q .46 -.627 1.102 -1.29l.187 -.19a1 1 0 0 1 1.414 1.415c-2.637 2.637 -2.51 3.795 .76 5.527l.048 .025a.98 .98 0 0 1 .46 .636l.004 .022l.003 .013l.006 .043l.006 .032v.009l.003 .025l.001 .051l.002 .026l-.001 .009v.025l-.003 .042l-.002 .034l-.002 .015l-.002 .02l-.004 .016l-.01 .06l-.007 .026l-.006 .02l-.016 .06l-.013 .029l-.005 .013l-.024 .062a1 1 0 0 1 -.197 .28l-.03 .025l-.016 .014l-.043 .039l-.013 .007l-.018 .015l-.051 .033l-.02 .014l-.008 .003l-.014 .01a1 1 0 0 1 -.098 .049l-.013 .003l-.146 .066c-.576 .255 -.81 .365 -1.008 .474l-.053 .03c-.27 .155 -.398 .277 -.558 .525c-.156 .245 -.293 .516 -.715 1.41a1 1 0 0 1 -.904 .573c-1.067 0 -1.798 .25 -2.879 .868l-.426 .246c-.176 .102 -.311 .178 -.447 .25c-.794 .423 -1.464 .636 -2.248 .636s-1.454 -.213 -2.248 -.636a15 15 0 0 1 -.447 -.25l-.426 -.246c-1.081 -.618 -1.812 -.868 -2.879 -.868a1 1 0 0 1 -.904 -.573c-.422 -.894 -.559 -1.165 -.715 -1.41a1.4 1.4 0 0 0 -.558 -.525c-.228 -.13 -.47 -.243 -1.227 -.577l.02 .007l-.013 -.003a1 1 0 0 1 -.098 -.05l-.014 -.009l-.028 -.017l-.051 -.033l-.018 -.015l-.013 -.007l-.043 -.039l-.012 -.01l-.004 -.004l-.03 -.025a1 1 0 0 1 -.197 -.28l-.024 -.062l-.005 -.013l-.013 -.028l-.016 -.061l-.005 -.012l-.008 -.035l-.01 -.059l-.004 -.016l-.002 -.02l-.002 -.015l-.002 -.035l-.004 -.041l.001 -.025l-.001 -.01l.002 -.025l.001 -.05l.003 -.026v-.01l.006 -.03l.006 -.044l.004 -.014l.002 -.021a.98 .98 0 0 1 .461 -.636l.048 -.025l.204 -.11c3.003 -1.635 3.132 -2.785 .72 -5.25l-.164 -.167a1 1 0 0 1 1.414 -1.414q .764 .763 1.289 1.479l.083 .115l.01 -.21q .025 -.628 .028 -1.374l.001 -.304a5.88 5.88 0 0 1 5.882 -5.882'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
10
20
|
end
|
|
11
21
|
|
|
12
22
|
def outline
|
|
@@ -6,7 +6,17 @@ module Phlex
|
|
|
6
6
|
module Tabler
|
|
7
7
|
class BrandSteam < Base
|
|
8
8
|
def filled
|
|
9
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M16.5 4a5.5 5.5 0 1 1 -.309 10.992l-.078 -.007l-3.646 2.524l-.011 .094c-.267 1.775 -1.707 3.18 -3.571 3.38l-.209 .017h-.176a4 4 0 0 1 -3.756 -2.623l-.016 -.048l-2.122 -.91a1 1 0 0 1 -.599 -.8l-.007 -.119v-3.5a1 1 0 0 1 1.447 -.894l2.964 1.481l.174 -.1a4 4 0 0 1 2.15 -.482l.166 .014l2.126 -2.977l-.01 -.098a5.5 5.5 0 0 1 1.092 -3.758l.169 -.212a5.5 5.5 0 0 1 4.222 -1.974m0 3.5a2 2 0 1 0 0 4a2 2 0 0 0 0 -4'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
10
20
|
end
|
|
11
21
|
|
|
12
22
|
def outline
|
|
@@ -6,7 +6,17 @@ module Phlex
|
|
|
6
6
|
module Tabler
|
|
7
7
|
class BrandStripe < Base
|
|
8
8
|
def filled
|
|
9
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M12.5 2c2.45 0 4.543 .44 5.928 1.096a1 1 0 0 1 .564 1.028l-.5 4a1 1 0 0 1 -1.429 .776c-1.047 -.509 -2.618 -.823 -4.168 -.823q -.206 .001 -.332 .026l.028 .024l.07 .047c.314 .207 .832 .437 1.672 .746c3.824 1.351 5.667 3.24 5.667 6.58c0 2.13 -.758 3.732 -2.295 4.924c-1.293 1.023 -3.422 1.576 -5.705 1.576c-2.4 0 -4.72 -.644 -6.486 -1.626a1 1 0 0 1 -.506 -.998l.5 -4a1 1 0 0 1 1.494 -.741c1.292 .75 3.64 1.365 4.998 1.365c.39 0 .704 -.147 .87 -.295l.035 -.035l-.09 -.035c-.167 -.06 -1.583 -.493 -2.153 -.694c-3.626 -1.304 -5.662 -3.609 -5.662 -6.941c0 -1.887 .882 -3.563 2.37 -4.777c1.22 -.987 2.517 -1.223 5.13 -1.223'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
10
20
|
end
|
|
11
21
|
|
|
12
22
|
def outline
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module Phlex
|
|
4
5
|
module Icons
|
|
5
6
|
module Tabler
|
|
6
7
|
class BrandTabler < Base
|
|
7
8
|
def filled
|
|
8
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M17 2a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h-10a5 5 0 0 1 -5 -5v-10a5 5 0 0 1 5 -5zm-1 12h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0 -2m-7.293 -5.707a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293a1 1 0 0 0 1.414 1.414l3 -3a1 1 0 0 0 0 -1.414z'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
9
20
|
end
|
|
10
21
|
|
|
11
22
|
def outline
|
|
@@ -20,10 +31,10 @@ module Phlex
|
|
|
20
31
|
stroke_linejoin: 'round'
|
|
21
32
|
) do |s|
|
|
22
33
|
s.path(d: 'M8 9l3 3l-3 3')
|
|
23
|
-
s.path(d: 'M13
|
|
34
|
+
s.path(d: 'M13 15h3')
|
|
24
35
|
s.path(
|
|
25
36
|
d:
|
|
26
|
-
'
|
|
37
|
+
'M3 7a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z'
|
|
27
38
|
)
|
|
28
39
|
end
|
|
29
40
|
end
|
|
@@ -31,3 +42,4 @@ module Phlex
|
|
|
31
42
|
end
|
|
32
43
|
end
|
|
33
44
|
end
|
|
45
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -6,7 +6,17 @@ module Phlex
|
|
|
6
6
|
module Tabler
|
|
7
7
|
class BrandTinder < Base
|
|
8
8
|
def filled
|
|
9
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M11.595 2.13a1 1 0 0 1 1.455 -1.016c3.11 1.625 5.41 3.797 6.77 6.627l-.013 -.024l.01 .019l.115 .232c2.751 5.7 .088 12.587 -5.913 13.76l-.267 .049c-8.719 1.91 -14.455 -8.74 -7.97 -14.918c.466 -.46 1.28 -1.196 1.636 -1.45a1 1 0 0 1 1.582 .813c0 .311 .086 1.117 .205 1.694q .046 .215 .093 .383l.017 .058l.1 -.02c1.562 -.396 2.522 -3.021 2.21 -5.955z'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
10
20
|
end
|
|
11
21
|
|
|
12
22
|
def outline
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module Phlex
|
|
4
5
|
module Icons
|
|
5
6
|
module Tabler
|
|
6
7
|
class BrandTumblr < Base
|
|
7
8
|
def filled
|
|
8
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M14 2a1 1 0 0 1 1 1v3h3a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1 1h-3v4h3a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1 1h-4a5 5 0 0 1 -5 -5v-5h-3a1 1 0 0 1 -.993 -.883l-.007 -.117v-4a1 1 0 0 1 1 -1h1a2 2 0 0 0 2 -2v-1a1 1 0 0 1 1 -1z'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
9
20
|
end
|
|
10
21
|
|
|
11
22
|
def outline
|
|
@@ -28,3 +39,4 @@ module Phlex
|
|
|
28
39
|
end
|
|
29
40
|
end
|
|
30
41
|
end
|
|
42
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -5,7 +5,17 @@ module Phlex
|
|
|
5
5
|
module Tabler
|
|
6
6
|
class BrandVercel < Base
|
|
7
7
|
def filled
|
|
8
|
-
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
11
|
+
viewbox: '0 0 24 24',
|
|
12
|
+
fill: 'currentColor'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M11.143 3.486a1 1 0 0 1 1.714 0l9 15a1 1 0 0 1 -.857 1.514h-18a1 1 0 0 1 -.857 -1.514z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
9
19
|
end
|
|
10
20
|
|
|
11
21
|
def outline
|
|
@@ -6,7 +6,17 @@ module Phlex
|
|
|
6
6
|
module Tabler
|
|
7
7
|
class BrandVimeo < Base
|
|
8
8
|
def filled
|
|
9
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M18.5 3c2.38 0 3.985 2.174 3.486 5.164c-.535 3.21 -2.25 6.074 -4.808 8.675c-1.277 1.298 -2.211 2.061 -4.112 3.485c-2.323 1.597 -4.408 .365 -5.47 -1.897c-.292 -.618 -.586 -1.724 -1.248 -4.477l-.03 -.126c-.483 -2.01 -.819 -3.319 -.982 -3.878l-.016 -.052l-.031 .013l-.13 .06l-.137 .07a4 4 0 0 0 -.43 .269a1 1 0 0 1 -1.3 -.099l-1 -1a1 1 0 0 1 -.124 -1.262a20 20 0 0 1 1.918 -2.382c.98 -1.037 1.955 -1.816 2.928 -2.233c.5 -.214 .996 -.33 1.486 -.33c2.237 0 3.02 1.588 3.567 4.963c.03 .183 .057 .359 .112 .709c.123 .784 .197 1.198 .292 1.588c.292 1.185 .528 1.984 .735 2.483l-.016 -.039l.096 -.107c.354 -.411 .757 -1.014 1.172 -1.771l.157 -.291c.391 -.745 .505 -1.528 .363 -1.9c-.028 -.073 .007 -.065 -.456 .218a1 1 0 0 1 -1.51 -1.013c.496 -3.053 2.745 -4.84 5.488 -4.84'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
10
20
|
end
|
|
11
21
|
|
|
12
22
|
def outline
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module Phlex
|
|
4
5
|
module Icons
|
|
5
6
|
module Tabler
|
|
6
7
|
class BrandWhatsapp < Base
|
|
7
8
|
def filled
|
|
8
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M18.497 4.409a10 10 0 0 1 -10.36 16.828l-.223 -.098l-4.759 .849l-.11 .011a1 1 0 0 1 -.11 0l-.102 -.013l-.108 -.024l-.105 -.037l-.099 -.047l-.093 -.058l-.014 -.011l-.012 -.007l-.086 -.073l-.077 -.08l-.067 -.088l-.056 -.094l-.034 -.07l-.04 -.108l-.028 -.128l-.012 -.102a1 1 0 0 1 0 -.125l.012 -.1l.024 -.11l.045 -.122l1.433 -3.304l-.009 -.014a10 10 0 0 1 1.549 -12.454l.215 -.203a10 10 0 0 1 13.226 -.217m-8.997 3.09a1.5 1.5 0 0 0 -1.5 1.5v1a6 6 0 0 0 6 6h1a1.5 1.5 0 0 0 0 -3h-1l-.144 .007a1.5 1.5 0 0 0 -1.128 .697l-.042 .074l-.022 -.007a4.01 4.01 0 0 1 -2.435 -2.435l-.008 -.023l.075 -.041a1.5 1.5 0 0 0 .704 -1.272v-1a1.5 1.5 0 0 0 -1.5 -1.5'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
9
20
|
end
|
|
10
21
|
|
|
11
22
|
def outline
|
|
@@ -30,3 +41,4 @@ module Phlex
|
|
|
30
41
|
end
|
|
31
42
|
end
|
|
32
43
|
end
|
|
44
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -6,7 +6,17 @@ module Phlex
|
|
|
6
6
|
module Tabler
|
|
7
7
|
class BrandWindows < Base
|
|
8
8
|
def filled
|
|
9
|
-
|
|
9
|
+
svg(
|
|
10
|
+
**attrs,
|
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
12
|
+
viewbox: '0 0 24 24',
|
|
13
|
+
fill: 'currentColor'
|
|
14
|
+
) do |s|
|
|
15
|
+
s.path(
|
|
16
|
+
d:
|
|
17
|
+
'M21 13v5c0 1.57 -1.248 2.832 -2.715 2.923l-.113 .003l-.042 .018a1 1 0 0 1 -.336 .056l-.118 -.008l-4.676 -.585v-7.407zm-10 0v7.157l-5.3 -.662c-1.514 -.151 -2.7 -1.383 -2.7 -2.895v-3.6zm0 -9.158v7.158h-8v-3.6c0 -1.454 1.096 -2.648 2.505 -2.87zm10 2.058v5.1h-8v-7.409l4.717 -.589c1.759 -.145 3.283 1.189 3.283 2.898'
|
|
18
|
+
)
|
|
19
|
+
end
|
|
10
20
|
end
|
|
11
21
|
|
|
12
22
|
def outline
|
data/lib/phlex/icons/tabler.rb
CHANGED
data/lib/phlex/icons/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phlex-icons-tabler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.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-
|
|
11
|
+
date: 2024-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: phlex
|