Sha256: d10cb260d340b6a9ad769ea8a88ab7b58ba003be593878cb63b1a2db4bbca36d

Contents?: true

Size: 1.17 KB

Versions: 12

Compression:

Stored size: 1.17 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class KeyOff < 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:
                'M10.17 6.159l2.316 -2.316a2.877 2.877 0 0 1 4.069 0l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.33 2.33'
            )
            s.path(
              d:
                'M14.931 14.948a2.863 2.863 0 0 1 -1.486 -.79l-.301 -.302l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.863 2.863 0 0 1 -.794 -1.504'
            )
            s.path(d: 'M15 9h.01')
            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/key_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/key_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/key_off.rb