Sha256: c05a672b7c2664bcd8b0f01b4d7d4264b24a44c8a257aa8427c0746480ac8657

Contents?: true

Size: 853 Bytes

Versions: 12

Compression:

Stored size: 853 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class AnchorOff < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(d: 'M12 12v9')
            s.path(d: 'M4 13a8 8 0 0 0 14.138 5.13m1.44 -2.56a7.99 7.99 0 0 0 .422 -2.57')
            s.path(d: 'M21 13h-2')
            s.path(d: 'M5 13h-2')
            s.path(d: 'M12.866 8.873a3 3 0 1 0 -3.737 -3.747')
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/anchor_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/anchor_off.rb