Sha256: dc3573f5d32eec11b30f11f2c93b29236ba9ed2db3f395e608f6c7815cc0be14

Contents?: true

Size: 914 Bytes

Versions: 16

Compression:

Stored size: 914 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SwapBoxFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M3.00488 3.00275H21.0049C21.5572 3.00275 22.0049 3.45046 22.0049 4.00275V20.0027C22.0049 20.555 21.5572 21.0027 21.0049 21.0027H3.00488C2.4526 21.0027 2.00488 20.555 2.00488 20.0027V4.00275C2.00488 3.45046 2.4526 3.00275 3.00488 3.00275ZM15.0049 7.00275V9.00275H11.0049V11.0027H15.0049V13.0027L18.5049 10.0027L15.0049 7.00275ZM9.00488 17.0027V15.0027H13.0049V13.0027H9.00488V11.0027L5.50488 14.0027L9.00488 17.0027Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/swap_box_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/swap_box_fill.rb