Sha256: a0d2aaeb1e562e783293411098f596266d0a831e85a6ea6f855a90e6ec1b90e3

Contents?: true

Size: 1.16 KB

Versions: 12

Compression:

Stored size: 1.16 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class AtomOff < 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 12v.01')
            s.path(
              d:
                'M9.172 9.172c-3.906 3.905 -5.805 8.337 -4.243 9.9c1.562 1.561 6 -.338 9.9 -4.244m1.884 -2.113c2.587 -3.277 3.642 -6.502 2.358 -7.786c-1.284 -1.284 -4.508 -.23 -7.784 2.357'
            )
            s.path(
              d:
                'M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242m-.072 -4.071c-.767 -1.794 -2.215 -3.872 -4.172 -5.828c-1.944 -1.945 -4.041 -3.402 -5.828 -4.172'
            )
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

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