Sha256: 07fd38bb33ab1db53e5bf00a3ac2912ce19a75db2847c335788734dacd7ebae2

Contents?: true

Size: 911 Bytes

Versions: 24

Compression:

Stored size: 911 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ParentFill < 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:
                'M7 11C4.51472 11 2.5 8.98528 2.5 6.5C2.5 4.01472 4.51472 2 7 2C9.48528 2 11.5 4.01472 11.5 6.5C11.5 8.98528 9.48528 11 7 11ZM17.5 15C15.2909 15 13.5 13.2091 13.5 11C13.5 8.79086 15.2909 7 17.5 7C19.7091 7 21.5 8.79086 21.5 11C21.5 13.2091 19.7091 15 17.5 15ZM17.5 16C19.9853 16 22 18.0147 22 20.5V21H13V20.5C13 18.0147 15.0147 16 17.5 16ZM7 12C9.76142 12 12 14.2386 12 17V21H2V17C2 14.2386 4.23858 12 7 12Z'
            )
          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/parent_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/parent_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/parent_fill.rb