Sha256: fb3eb3cac474382d925771e53cf4743f37030327511b3e9613e390bc2f01aa50

Contents?: true

Size: 795 Bytes

Versions: 1

Compression:

Stored size: 795 Bytes

Contents

# frozen_string_literal: true

# This file was generated by the `generators/inhouse.rb` generator.

module Protos
  module Icon
    module Inhouse
      class Underline < Component
        def view_template
          svg(
            **attrs,
            role: "presentation",
            aria_hidden: "true",
            height: "16",
            width: "16",
            xmlns: "http://www.w3.org/2000/svg",
            fill: "none",
            viewbox: "0 0 16 20"
          ) do |s|
            s.path(
              stroke: "currentColor",
              stroke_linecap: "round",
              stroke_linejoin: "round",
              stroke_width: "2",
              d: "M12 1v9.5a4.5 4.5 0 1 1-9 0V1M1 1h4m5 0h4M1 19h14"
            )
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
protos-icon-0.4.1 lib/protos/icon/inhouse/underline.rb