Sha256: 2a108f204fc857fe777a21909bff1cb390ddffa7299e780b36056f7a246a1b88

Contents?: true

Size: 1.05 KB

Versions: 14

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BriefcaseOff < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            **attrs,
            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:
                'M11 7h8a2 2 0 0 1 2 2v8m-1.166 2.818a1.993 1.993 0 0 1 -.834 .182h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2'
            )
            s.path(d: 'M8.185 4.158a2 2 0 0 1 1.815 -1.158h4a2 2 0 0 1 2 2v2')
            s.path(d: 'M12 12v.01')
            s.path(
              d: 'M3 13a20 20 0 0 0 11.905 1.928m3.263 -.763a20 20 0 0 0 2.832 -1.165'
            )
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/briefcase_off.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/briefcase_off.rb