Sha256: 1c969abdf03aab93c0566f9b9fb865137ca5e1bcd5433767373eeb0330835b8d

Contents?: true

Size: 1.59 KB

Versions: 18

Compression:

Stored size: 1.59 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Dashboard3Line < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM15.8329 7.33748C16.0697 7.17128 16.3916 7.19926 16.5962 7.40381C16.8002 7.60784 16.8267 7.92955 16.6587 8.16418C14.479 11.2095 13.2796 12.8417 13.0607 13.0607C12.4749 13.6464 11.5251 13.6464 10.9393 13.0607C10.3536 12.4749 10.3536 11.5251 10.9393 10.9393C11.3126 10.5661 12.9438 9.36549 15.8329 7.33748ZM17.5 11C18.0523 11 18.5 11.4477 18.5 12C18.5 12.5523 18.0523 13 17.5 13C16.9477 13 16.5 12.5523 16.5 12C16.5 11.4477 16.9477 11 17.5 11ZM6.5 11C7.05228 11 7.5 11.4477 7.5 12C7.5 12.5523 7.05228 13 6.5 13C5.94772 13 5.5 12.5523 5.5 12C5.5 11.4477 5.94772 11 6.5 11ZM8.81802 7.40381C9.20854 7.79433 9.20854 8.4275 8.81802 8.81802C8.4275 9.20854 7.79433 9.20854 7.40381 8.81802C7.01328 8.4275 7.01328 7.79433 7.40381 7.40381C7.79433 7.01328 8.4275 7.01328 8.81802 7.40381ZM12 5.5C12.5523 5.5 13 5.94772 13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5C11 5.94772 11.4477 5.5 12 5.5Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/dashboard_3_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/dashboard_3_line.rb