Sha256: f05fc7ea97d7197ff43069989e631caa47ab8e4066bee98d6df3087dbd858b31
Contents?: true
Size: 665 Bytes
Versions: 3
Compression:
Stored size: 665 Bytes
Contents
# frozen_string_literal: true module Phlex module Lucide class ItalicIcon < Phlex::Lucide::Icon def view_template svg( xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewbox: "0 0 24 24", fill: "none", stroke: "currentColor", stroke_width: "2", stroke_linecap: "round", stroke_linejoin: "round", **props ) do |s| s.line(x1: "19", x2: "10", y1: "4", y2: "4") s.line(x1: "14", x2: "5", y1: "20", y2: "20") s.line(x1: "15", x2: "9", y1: "4", y2: "20") end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phlex-lucide-0.428.0 | lib/phlex/lucide/icons/italic_icon.rb |
phlex-lucide-0.427.1 | lib/phlex/lucide/icons/italic_icon.rb |
phlex-lucide-0.427.0 | lib/phlex/lucide/icons/italic_icon.rb |