Sha256: bf8283234a181e92b2c0f4f691e8be86b755cddc293ce1884a216e90737a0c2a
Contents?: true
Size: 943 Bytes
Versions: 3
Compression:
Stored size: 943 Bytes
Contents
# frozen_string_literal: true module Phlex module Lucide class DamIcon < 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: "M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" ) s.path(d: "M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1") s.path(d: "M2 10h4") s.path(d: "M2 14h4") s.path(d: "M2 18h4") s.path(d: "M2 6h4") s.path( d: "M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z" ) 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/dam_icon.rb |
phlex-lucide-0.427.1 | lib/phlex/lucide/icons/dam_icon.rb |
phlex-lucide-0.427.0 | lib/phlex/lucide/icons/dam_icon.rb |