Sha256: 4886b415b1d84d6977005e179cc700c2b0837c727a9efbe54b4fd1b058fd51c5

Contents?: true

Size: 1.07 KB

Versions: 16

Compression:

Stored size: 1.07 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TapeFill < 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:
                'M10.8293 13C10.9398 12.6872 11 12.3506 11 12C11 10.3431 9.65685 9 8 9C6.34315 9 5 10.3431 5 12C5 13.6569 6.34315 15 8 15H16C17.6569 15 19 13.6569 19 12C19 10.3431 17.6569 9 16 9C14.3431 9 13 10.3431 13 12C13 12.3506 13.0602 12.6872 13.1707 13H10.8293ZM3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM16 13C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13ZM8 13C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13Z'
            )
          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/tape_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/tape_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/tape_fill.rb