Sha256: a9e01290678c20e3d18721b9a69a195923c34ef1be7b7b7c818f77364e04e7e1

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 Radix
      class SpaceEvenlyVertically < Base
        def view_template
          svg(
            class: classes,
            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

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-0.17.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-0.17.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.16.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-0.16.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.15.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-0.15.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-0.14.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.14.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-0.13.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.13.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.12.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-0.12.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.11.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-0.11.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.10.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.9.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-radix-0.9.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.8.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.7.0 lib/phlex/icons/radix/space_evenly_vertically.rb
phlex-icons-0.6.0 lib/phlex/icons/radix/space_evenly_vertically.rb