Sha256: a694ab1080b32837f3442122d2485da72492bba05257c2545b8f5322992b8267

Contents?: true

Size: 908 Bytes

Versions: 12

Compression:

Stored size: 908 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class ShieldExclamation < 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:
                'M15.04 19.745c-.942 .551 -1.964 .976 -3.04 1.255a12 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 .195 6.015'
            )
            s.path(d: 'M19 16v3')
            s.path(d: 'M19 22v.01')
          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_exclamation.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/shield_exclamation.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/shield_exclamation.rb