Sha256: bee83bcc3f9aa79d777b314123a0c93128f3a6e64099e43095e7957a47b23bf1

Contents?: true

Size: 1.6 KB

Versions: 24

Compression:

Stored size: 1.6 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Gift2Fill < 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.0049 13.0028V20.0028C20.0049 20.5551 19.5572 21.0028 19.0049 21.0028H5.00488C4.4526 21.0028 4.00488 20.5551 4.00488 20.0028V13.0028H20.0049ZM14.5049 2.00281C16.4379 2.00281 18.0049 3.56981 18.0049 5.50281C18.0049 6.04001 17.8839 6.54895 17.6676 7.00385L21.0049 7.00281C21.5572 7.00281 22.0049 7.45052 22.0049 8.00281V11.0028C22.0049 11.5551 21.5572 12.0028 21.0049 12.0028H3.00488C2.4526 12.0028 2.00488 11.5551 2.00488 11.0028V8.00281C2.00488 7.45052 2.4526 7.00281 3.00488 7.00281L6.34219 7.00385C6.12591 6.54895 6.00488 6.04001 6.00488 5.50281C6.00488 3.56981 7.57189 2.00281 9.50488 2.00281C10.4849 2.00281 11.3708 2.40557 12.0061 3.05459C12.639 2.40557 13.5249 2.00281 14.5049 2.00281ZM9.50488 4.00281C8.67646 4.00281 8.00488 4.67438 8.00488 5.50281C8.00488 6.2825 8.59977 6.92326 9.36042 6.99594L9.50488 7.00281H11.0049V5.50281C11.0049 4.72311 10.41 4.08236 9.64934 4.00967L9.50488 4.00281ZM14.5049 4.00281L14.3604 4.00967C13.6473 4.07782 13.0799 4.64524 13.0117 5.35835L13.0049 5.50281V7.00281H14.5049L14.6493 6.99594C15.41 6.92326 16.0049 6.2825 16.0049 5.50281C16.0049 4.72311 15.41 4.08236 14.6493 4.00967L14.5049 4.00281Z'
            )
          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/gift_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/gift_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/gift_2_fill.rb