Sha256: 0807747ab532bc133937bd1b2696b5e12fc64d41e7788ad5f93a97d7994fe02f

Contents?: true

Size: 1.18 KB

Versions: 24

Compression:

Stored size: 1.18 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SofaFill < 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:
                'M15 3H9C6.02024 3 3.54782 5.17213 3.07974 8.01937C3.21811 8.00655 3.35829 8 3.5 8C5.98528 8 8 10.0147 8 12.5V14H16V12.5C16 10.0147 18.0147 8 20.5 8C20.6417 8 20.7819 8.00655 20.9203 8.01937C20.4522 5.17213 17.9798 3 15 3ZM21 10.05C20.8384 10.0172 20.6712 10 20.5 10C19.1193 10 18 11.1193 18 12.5V17H16V16H8V17H6V12.5C6 11.1193 4.88071 10 3.5 10C3.32877 10 3.16156 10.0172 3 10.05C1.85888 10.2816 1 11.2905 1 12.5C1 13.0886 1.18173 13.5388 1.39024 14.0554C1.67083 14.7505 1.9999 15.5658 1.99978 17V20C1.99978 20.5523 2.44749 21 2.99978 21H12H21.0002C21.5525 21 22.0002 20.5523 22.0002 20V17C22.0001 15.5658 22.3292 14.7505 22.6098 14.0554C22.8183 13.5388 23 13.0886 23 12.5C23 11.2905 22.1411 10.2816 21 10.05Z'
            )
          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/sofa_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/sofa_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/sofa_fill.rb