Sha256: 88f76734299e50bf77f1a71652680a2d32475572a611175898a2bf5a204995d5
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 Bytes
Contents
# frozen_string_literal: true module Phlex module Lucide class FramerIcon < 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" ) { |s| s.path(d: "M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7") } 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/framer_icon.rb |
phlex-lucide-0.427.1 | lib/phlex/lucide/icons/framer_icon.rb |
phlex-lucide-0.427.0 | lib/phlex/lucide/icons/framer_icon.rb |