Sha256: ed2beab5b0f22138aa67e67634911daacd70fec0e71749047dafd30c4d3e79fa

Contents?: true

Size: 877 Bytes

Versions: 24

Compression:

Stored size: 877 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ContactsBook2Fill < 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:
                'M20 22H6C4.34315 22 3 20.6569 3 19V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V18H6C5.44772 18 5 18.4477 5 19C5 19.5523 5.44772 20 6 20H19ZM12 10C13.1046 10 14 9.10457 14 8C14 6.89543 13.1046 6 12 6C10.8954 6 10 6.89543 10 8C10 9.10457 10.8954 10 12 10ZM9 14H15C15 12.3431 13.6569 11 12 11C10.3431 11 9 12.3431 9 14Z'
            )
          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_book_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/contacts_book_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/contacts_book_2_fill.rb