Sha256: 736f76e53a28defc43b33582a546f21c11a54f8943a4ab9ec4601bfcc9c29e92

Contents?: true

Size: 1.03 KB

Versions: 12

Compression:

Stored size: 1.03 KB

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class ExchangeOff < 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: 'M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
            s.path(d: 'M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
            s.path(
              d:
                'M19 8v5c0 .594 -.104 1.164 -.294 1.692m-1.692 2.298a4.978 4.978 0 0 1 -3.014 1.01h-3l3 -3'
            )
            s.path(d: 'M14 21l-3 -3')
            s.path(d: 'M5 16v-5c0 -1.632 .782 -3.082 1.992 -4m3.008 -1h3l-3 -3')
            s.path(d: 'M11.501 7.499l1.499 -1.499')
            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/exchange_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/exchange_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/exchange_off.rb