Sha256: b56d94ff8e2bb7615cc67f8712b57b6ddbc6a6edf1f210ce106df8758b02ba07

Contents?: true

Size: 1.22 KB

Versions: 12

Compression:

Stored size: 1.22 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class AssemblyOff < 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:
                'M8.703 4.685l2.326 -1.385a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .248 -.046 .49 -.132 .715m-2.156 1.837l-4.741 3.029a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.157 -.689'
            )
            s.path(
              d:
                'M11.593 7.591c.295 -.133 .637 -.12 .921 .04l3 1.79h-.014c.312 .181 .503 .516 .5 .877v1.702m-1.152 2.86l-2.363 1.514a1 1 0 0 1 -.97 0l-3 -1.922a1 1 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l.568 -.339'
            )
            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/assembly_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/assembly_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/assembly_off.rb