Sha256: 9da3c2ddb93d30d1474cc96fb13b2242d42eb8eb3936871a525934355c4be465

Contents?: true

Size: 907 Bytes

Versions: 12

Compression:

Stored size: 907 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class ShieldDown < 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:
                'M12.444 20.876c-.147 .044 -.295 .085 -.444 .124a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .117 6.343'
            )
            s.path(d: 'M19 16v6')
            s.path(d: 'M22 19l-3 3l-3 -3')
          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/shield_down.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/shield_down.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/shield_down.rb