Sha256: e00a1c621608fead782e03b34ca1378400b228d83b6b47f7bf5b68166becb00f

Contents?: true

Size: 910 Bytes

Versions: 24

Compression:

Stored size: 910 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ShapesLine < 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:
                'M11.9998 1L6 11H18L11.9998 1ZM11.9998 4.8873L14.4676 9H9.53232L11.9998 4.8873ZM6.75 20C5.23122 20 4 18.7688 4 17.25C4 15.7312 5.23122 14.5 6.75 14.5C8.26878 14.5 9.5 15.7312 9.5 17.25C9.5 18.7688 8.26878 20 6.75 20ZM6.75 22C9.37335 22 11.5 19.8734 11.5 17.25C11.5 14.6266 9.37335 12.5 6.75 12.5C4.12665 12.5 2 14.6266 2 17.25C2 19.8734 4.12665 22 6.75 22ZM15 15.5V19.5H19V15.5H15ZM13 21.5V13.5H21V21.5H13Z'
            )
          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/shapes_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/shapes_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/shapes_line.rb