Sha256: af81050a2fe8eb6c127076936f89221a60befb95ea084203045ecc5bc8f14804

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 RedPacketLine < 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:
                'M14.178 9.76602C16.0334 9.35487 17.695 8.4283 19.0049 7.14424V4.00281H5.00488V7.14424C6.31472 8.4283 7.97632 9.35487 9.83175 9.76602C10.2621 9.01149 11.0741 8.50281 12.0049 8.50281C12.9357 8.50281 13.7477 9.01149 14.178 9.76602ZM14.3861 11.7666C14.0633 12.7737 13.1192 13.5028 12.0049 13.5028C10.8905 13.5028 9.94648 12.7737 9.6237 11.7666C7.92722 11.425 6.36024 10.7257 5.00488 9.75071V20.0028H19.0049V9.75071C17.6495 10.7257 16.0825 11.425 14.3861 11.7666ZM4.00488 2.00281H20.0049C20.5572 2.00281 21.0049 2.45052 21.0049 3.00281V21.0028C21.0049 21.5551 20.5572 22.0028 20.0049 22.0028H4.00488C3.4526 22.0028 3.00488 21.5551 3.00488 21.0028V3.00281C3.00488 2.45052 3.4526 2.00281 4.00488 2.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/red_packet_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/red_packet_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/red_packet_line.rb