Sha256: 215a1cda1f43379debc6d1b1ac9de4dd5af8f813017f20506d2cc1b432bd717b

Contents?: true

Size: 1.17 KB

Versions: 24

Compression:

Stored size: 1.17 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Skull2Fill < 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 2C17.5228 2 22 6.47715 22 12V15.7639C22 16.5215 21.572 17.214 20.8944 17.5528L18 19V20C18 21.5977 16.7511 22.9037 15.1763 22.9949L14.9499 23.0004C14.9718 22.8926 14.9868 22.7823 14.9943 22.67L15 22.5V22C15 20.9456 14.1841 20.0818 13.1493 20.0055L13 20H11C9.94564 20 9.08183 20.8159 9.00549 21.8507L9 22V22.5C9 22.6714 9.01725 22.8387 9.0501 23.0004L9 23C7.34315 23 6 21.6569 6 20V19L3.10557 17.5528C2.428 17.214 2 16.5215 2 15.7639V12C2 6.47715 6.47715 2 12 2ZM8 11C6.89543 11 6 11.8954 6 13C6 14.1046 6.89543 15 8 15C9.10457 15 10 14.1046 10 13C10 11.8954 9.10457 11 8 11ZM16 11C14.8954 11 14 11.8954 14 13C14 14.1046 14.8954 15 16 15C17.1046 15 18 14.1046 18 13C18 11.8954 17.1046 11 16 11Z'
            )
          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/skull_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/skull_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/skull_2_fill.rb