lib/phlex/icons/tabler/feather.rb in phlex-icons-0.16.0 vs lib/phlex/icons/tabler/feather.rb in phlex-icons-0.17.0

- old
+ new

@@ -4,10 +4,26 @@ module Phlex module Icons module Tabler class Feather < Base def filled - raise NotImplementedError + svg( + class: classes, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M8 9.585v6.415h6.414l-2.707 2.707a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006h-4.586l-1.707 1.707a1 1 0 1 1 -1.414 -1.414l1.707 -1.709v-4.584l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09z' + ) + s.path(d: 'M19.414 11l-3 3h-4.914l2.914 -3z') + s.path(d: 'M13 4.586v4.998l-3 3v-4.999z') + s.path( + d: + 'M16.482 3a4.515 4.515 0 0 1 4.518 4.514a4.7 4.7 0 0 1 -.239 1.487l-5.761 -.001v-5.76c.469 -.158 .968 -.24 1.482 -.24' + ) + end end def outline svg( class: classes,