Class: Phlex::Remixicon::BitCoinLineIcon
- Defined in:
- lib/phlex/remixicon/icons/bit_coin_line_icon.rb
Instance Attribute Summary
Attributes inherited from Icon
Instance Method Summary collapse
Methods inherited from Icon
Constructor Details
This class inherits a constructor from Phlex::Remixicon::Icon
Instance Method Details
#view_template ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/phlex/remixicon/icons/bit_coin_line_icon.rb', line 6 def view_template svg( viewbox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", **props ) do |s| s.path( d: "M12.0049 22.0027C6.48204 22.0027 2.00488 17.5256 2.00488 12.0027C2.00488 6.4799 6.48204 2.00275 12.0049 2.00275C17.5277 2.00275 22.0049 6.4799 22.0049 12.0027C22.0049 17.5256 17.5277 22.0027 12.0049 22.0027ZM12.0049 20.0027C16.4232 20.0027 20.0049 16.421 20.0049 12.0027C20.0049 7.58447 16.4232 4.00275 12.0049 4.00275C7.5866 4.00275 4.00488 7.58447 4.00488 12.0027C4.00488 16.421 7.5866 20.0027 12.0049 20.0027ZM11.0049 16.0027H8.00488V8.00275H11.0049V6.00275H13.0049V8.00275H14.0049C15.3856 8.00275 16.5049 9.12203 16.5049 10.5027C16.5049 11.0655 16.3189 11.5849 16.0051 12.0027C16.3189 12.4206 16.5049 12.9399 16.5049 13.5027C16.5049 14.8835 15.3856 16.0027 14.0049 16.0027H13.0049V18.0027H11.0049V16.0027ZM10.0049 13.0027V14.0027H14.0049C14.281 14.0027 14.5049 13.7789 14.5049 13.5027C14.5049 13.2266 14.281 13.0027 14.0049 13.0027H10.0049ZM10.0049 10.0027V11.0027H14.0049C14.281 11.0027 14.5049 10.7789 14.5049 10.5027C14.5049 10.2266 14.281 10.0027 14.0049 10.0027H10.0049Z" ) end end |