Sha256: 367dc666d5969d0233c12f37aec46b5b3508ea177599ec2ab2a54dacb5b670b3
Contents?: true
Size: 817 Bytes
Versions: 3
Compression:
Stored size: 817 Bytes
Contents
# frozen_string_literal: true module Phlex module Lucide class CuboidIcon < 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: "m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z" ) s.path(d: "M10 22v-8L2.25 9.15") s.path(d: "m10 14 11.77-6.87") 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/cuboid_icon.rb |
phlex-lucide-0.427.1 | lib/phlex/lucide/icons/cuboid_icon.rb |
phlex-lucide-0.427.0 | lib/phlex/lucide/icons/cuboid_icon.rb |