Sha256: 6f5df585447e7011b80e20491033523420134c74c2df89973babdae70fe12f56
Contents?: true
Size: 687 Bytes
Versions: 3
Compression:
Stored size: 687 Bytes
Contents
# frozen_string_literal: true module Phlex module Lucide class AmpersandIcon < 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.path( d: "M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13" ) s.path(d: "M16 12h3") 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/ampersand_icon.rb |
phlex-lucide-0.427.1 | lib/phlex/lucide/icons/ampersand_icon.rb |
phlex-lucide-0.427.0 | lib/phlex/lucide/icons/ampersand_icon.rb |