Class: PhlexIcons::Radix::Width

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/radix/width.rb

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PhlexIcons::Radix::Base

Instance Method Details

#view_templateObject



7
8
9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/phlex-icons/radix/width.rb', line 7

def view_template
  svg(
    **attrs,
    viewbox: '0 0 15 15',
    fill: 'none',
    xmlns: 'http://www.w3.org/2000/svg'
  ) do |s|
    s.path(
      d:
        'M10.1817 4.68168C10.3356 4.52784 10.5734 4.50855 10.7481 4.62406L10.8184 4.68168L13.3184 7.18168L13.3761 7.25199C13.475 7.4018 13.4751 7.59833 13.3761 7.74809L13.3184 7.8184L10.8184 10.3184C10.6428 10.4941 10.3575 10.4939 10.1817 10.3184C10.006 10.1427 10.006 9.85742 10.1817 9.68168L11.9132 7.95024H3.08699L4.81844 9.68168L4.87606 9.75199C4.9914 9.92666 4.97222 10.1646 4.81844 10.3184C4.66466 10.4722 4.4267 10.4914 4.25203 10.376L4.18172 10.3184L1.68172 7.8184C1.50599 7.64266 1.50599 7.35742 1.68172 7.18168L4.18172 4.68168L4.25203 4.62406C4.42672 4.50858 4.66461 4.52785 4.81844 4.68168C4.9721 4.83553 4.99152 5.07347 4.87606 5.24809L4.81844 5.3184L3.08699 7.04984H11.9132L10.1817 5.3184L10.1241 5.24809C10.0086 5.07339 10.0279 4.83552 10.1817 4.68168Z',
      fill: 'currentColor'
    )
  end
end