Sha256: 052aa8f4c9031fba9bacb34baea3bb9b53edef94e2c787fc95e935fd89e1a6ac

Contents?: true

Size: 900 Bytes

Versions: 12

Compression:

Stored size: 900 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class TrashOff < 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: 'M3 3l18 18')
            s.path(d: 'M4 7h3m4 0h9')
            s.path(d: 'M10 11l0 6')
            s.path(d: 'M14 14l0 3')
            s.path(d: 'M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l.077 -.923')
            s.path(d: 'M18.384 14.373l.616 -7.373')
            s.path(d: 'M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3')
          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/trash_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/trash_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/trash_off.rb