Sha256: ed8c51176f102422f79783d474c0c3bcf9fd9f0a18611f743a34d7ee41f4e41c

Contents?: true

Size: 1008 Bytes

Versions: 18

Compression:

Stored size: 1008 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SwordFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M7.04813 13.4061L10.5831 16.9421L9.1703 18.3558L10.5849 19.7711L9.17064 21.1853L6.69614 18.71L3.86734 21.5388L2.45312 20.1246L5.28192 17.2958L2.80668 14.8213L4.22089 13.4071L5.63477 14.8202L7.04813 13.4061ZM2.99907 3L6.54506 3.00335L18.3624 14.8207L19.7772 13.4071L21.1915 14.8213L18.7166 17.2962L21.545 20.1246L20.1308 21.5388L17.3024 18.7104L14.8275 21.1853L13.4133 19.7711L14.8269 18.3562L3.00181 6.53118L2.99907 3ZM17.4563 3.0001L20.9991 3.00335L21.001 6.52648L16.9481 10.5781L13.4121 7.0431L17.4563 3.0001Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/sword_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/sword_fill.rb