Sha256: 44e20e66cec6cee71cb1a0a1c12b49cbbbd942851a4ce5328e813e53903ac65e

Contents?: true

Size: 1003 Bytes

Versions: 24

Compression:

Stored size: 1003 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MedalFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M12 7.00002C16.4183 7.00002 20 10.5817 20 15C20 19.4183 16.4183 23 12 23C7.58172 23 4 19.4183 4 15C4 10.5817 7.58172 7.00002 12 7.00002ZM12 10.5L10.6775 13.1797L7.72025 13.6094L9.86012 15.6953L9.35497 18.6406L12 17.25L14.645 18.6406L14.1399 15.6953L16.2798 13.6094L13.3225 13.1797L12 10.5ZM13 1.99902L18 2.00002V5.00002L16.6366 6.13758C15.5305 5.55773 14.3025 5.17887 13.0011 5.04951L13 1.99902ZM11 1.99902L10.9997 5.04943C9.6984 5.17866 8.47046 5.55738 7.36441 6.13706L6 5.00002V2.00002L11 1.99902Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/medal_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/medal_fill.rb