Sha256: 3e0a09cd29ea55ca3ad254af97e9b52b9a30854c03faaa16b0c5723c957d3bbd
Contents?: true
Size: 781 Bytes
Versions: 1
Compression:
Stored size: 781 Bytes
Contents
# frozen_string_literal: true # This file was generated by the `generators/inhouse.rb` generator. module Protos module Icon module Inhouse class Italic < Component def view_template svg( **attrs, role: "presentation", height: "16", width: "16", aria_hidden: "true", xmlns: "http://www.w3.org/2000/svg", fill: "none", viewbox: "0 0 14 16" ) do |s| s.path( stroke: "currentColor", stroke_linecap: "round", stroke_linejoin: "round", stroke_width: "2", d: "m3.874 15 6.143-14M1 15h6.33M6.67 1H13" ) 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/italic.rb |