Sha256: 9f48c3386006133911216ec57d6ad13cefce3ea81136f880800239951e5fce1a

Contents?: true

Size: 723 Bytes

Versions: 24

Compression:

Stored size: 723 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ContactsFill < 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:
                'M2 22C2 17.5817 5.58172 14 10 14C14.4183 14 18 17.5817 18 22H2ZM10 13C6.685 13 4 10.315 4 7C4 3.685 6.685 1 10 1C13.315 1 16 3.685 16 7C16 10.315 13.315 13 10 13ZM20 17H24V19H20V17ZM17 12H24V14H17V12ZM19 7H24V9H19V7Z'
            )
          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/contacts_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/contacts_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/contacts_fill.rb