Sha256: a76943b15ace2347b079314867e91b603288d87dae704b3c172637a655aebbd6

Contents?: true

Size: 1.17 KB

Versions: 18

Compression:

Stored size: 1.17 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Radix
      class SpaceEvenlyVertically < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 15 15',
            fill: 'none',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              fill_rule: 'evenodd',
              clip_rule: 'evenodd',
              d:
                'M0.999878 0.5C0.999878 0.223858 1.22374 0 1.49988 0H13.4999C13.776 0 13.9999 0.223858 13.9999 0.5C13.9999 0.776142 13.776 1 13.4999 1H1.49988C1.22374 1 0.999878 0.776142 0.999878 0.5ZM7 2C6.44772 2 6 2.44772 6 3V6C6 6.55228 6.44772 7 7 7H8C8.55228 7 9 6.55228 9 6V3C9 2.44772 8.55228 2 8 2H7ZM7 8C6.44772 8 6 8.44771 6 9V12C6 12.5523 6.44772 13 7 13H8C8.55228 13 9 12.5523 9 12V9C9 8.44772 8.55228 8 8 8H7ZM1.49988 14C1.22374 14 0.999878 14.2239 0.999878 14.5C0.999878 14.7761 1.22374 15 1.49988 15H13.4999C13.776 15 13.9999 14.7761 13.9999 14.5C13.9999 14.2239 13.776 14 13.4999 14H1.49988Z',
              fill: 'currentColor'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-radix-1.8.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-1.8.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-1.7.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-1.7.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-1.6.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-1.6.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-1.5.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-1.5.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-1.4.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-1.4.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-1.3.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-1.3.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-1.2.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-1.2.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-1.1.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-1.1.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-1.0.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-1.0.0 lib/phlex/icons/radix/space_evenly_vertically.rb