Class: PhlexIcons::Remix::AtomLine

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/remix/atom_line.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::Remix::Base

Instance Method Details

#view_templateObject



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

def view_template
  svg(
    **attrs,
    viewbox: '0 0 24 24',
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg'
  ) do |s|
    s.path(
      d:
        'M14.415 3.30768C16.4893 2.57162 18.7251 2.46167 20.1318 3.86822C21.5384 5.27487 21.4284 7.51062 20.6923 9.585C20.4143 10.3684 20.0299 11.1802 19.5527 12C20.0299 12.8198 20.4143 13.6317 20.6923 14.4151C21.4284 16.4895 21.5384 18.7252 20.1318 20.1319C18.7251 21.5385 16.4894 21.4285 14.415 20.6924C13.6316 20.4144 12.8198 20.03 12 19.5528C11.1802 20.03 10.3683 20.4144 9.58492 20.6924C7.51054 21.4285 5.27478 21.5385 3.86813 20.1319C2.46165 18.7253 2.57163 16.4903 3.30758 14.416C3.58557 13.6327 3.96902 12.8199 4.44625 12C3.96901 11.1802 3.58557 10.3674 3.30758 9.58403C2.57161 7.50974 2.46156 5.2748 3.86813 3.86822C5.27471 2.46165 7.50965 2.57171 9.58395 3.30768C10.3673 3.58566 11.1801 3.96911 12 4.44634C12.8196 3.96923 13.6318 3.58563 14.415 3.30768ZM5.70309 13.8838C5.50076 14.2955 5.32989 14.6974 5.19235 15.085C4.52105 16.9771 4.73632 18.1718 5.28219 18.7178C5.82809 19.2637 7.02305 19.4798 8.915 18.8086C9.30246 18.6711 9.70364 18.4982 10.1152 18.2959C9.31262 17.6913 8.51858 17.004 7.7568 16.2422C6.9949 15.4803 6.30777 14.6866 5.70309 13.8838ZM18.2959 13.8838C17.6911 14.6866 17.0041 15.4812 16.2421 16.2432C15.4804 17.0049 14.6863 17.6913 13.8837 18.2959C14.2955 18.4983 14.6973 18.6701 15.0849 18.8076C16.977 19.4789 18.1718 19.2637 18.7177 18.7178C19.2636 18.1719 19.4788 16.977 18.8076 15.085C18.67 14.6973 18.4982 14.2956 18.2959 13.8838ZM12 6.81157C11.0547 7.45771 10.0955 8.2483 9.17184 9.17192C8.24824 10.0955 7.45762 11.0548 6.81149 12C7.45762 12.9452 8.24825 13.9046 9.17184 14.8282C10.0951 15.7514 11.0541 16.5415 11.999 17.1875C12.9443 16.5414 13.9044 15.7518 14.8281 14.8282C15.7516 13.9047 16.5414 12.9451 17.1875 12C16.5414 11.0549 15.7516 10.0954 14.8281 9.17192C13.9045 8.24833 12.9452 7.4577 12 6.81157ZM12 10C13.1045 10.0001 14 10.8955 14 12C13.9999 13.1046 13.1045 14 12 14C10.8954 14 9.99999 13.1046 9.99996 12C9.99996 10.8955 10.8954 10 12 10ZM8.915 5.19244C7.02282 4.5211 5.82812 4.73635 5.28219 5.28228C4.73626 5.82822 4.52101 7.02291 5.19235 8.91508C5.3298 9.30245 5.50092 9.70383 5.70309 10.1153C6.30776 9.31261 6.99591 8.51972 7.75778 7.75786C8.51966 6.99598 9.3125 6.30786 10.1152 5.70318C9.70375 5.50101 9.30237 5.32989 8.915 5.19244ZM18.7177 5.28228C18.1718 4.73643 16.9769 4.5212 15.0849 5.19244C14.6974 5.32996 14.2954 5.50088 13.8837 5.70318C14.6865 6.30785 15.4802 6.99499 16.2421 7.75688C17.0039 8.51866 17.6912 9.3127 18.2959 10.1153C18.498 9.70397 18.6701 9.30331 18.8076 8.91606C19.4789 7.02384 19.2637 5.82822 18.7177 5.28228Z'
    )
  end
end