Sha256: b72c3f429bbe7d7d83e5212f2581a97ced4ab0c374418cf4ee3c27a0d4103f5d

Contents?: true

Size: 1.48 KB

Versions: 18

Compression:

Stored size: 1.48 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Dashboard3Fill < 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 2ZM16.5962 7.40381C16.3916 7.19926 16.0697 7.17128 15.8329 7.33748C12.9438 9.36549 11.3126 10.5661 10.9393 10.9393C10.3536 11.5251 10.3536 12.4749 10.9393 13.0607C11.5251 13.6464 12.4749 13.6464 13.0607 13.0607C13.2796 12.8417 14.479 11.2095 16.6587 8.16418C16.8267 7.92955 16.8002 7.60784 16.5962 7.40381ZM17.5 11C16.9477 11 16.5 11.4477 16.5 12C16.5 12.5523 16.9477 13 17.5 13C18.0523 13 18.5 12.5523 18.5 12C18.5 11.4477 18.0523 11 17.5 11ZM6.5 11C5.94772 11 5.5 11.4477 5.5 12C5.5 12.5523 5.94772 13 6.5 13C7.05228 13 7.5 12.5523 7.5 12C7.5 11.4477 7.05228 11 6.5 11ZM8.81802 7.40381C8.4275 7.01328 7.79433 7.01328 7.40381 7.40381C7.01328 7.79433 7.01328 8.4275 7.40381 8.81802C7.79433 9.20854 8.4275 9.20854 8.81802 8.81802C9.20854 8.4275 9.20854 7.79433 8.81802 7.40381ZM12 5.5C11.4477 5.5 11 5.94772 11 6.5C11 7.05228 11.4477 7.5 12 7.5C12.5523 7.5 13 7.05228 13 6.5C13 5.94772 12.5523 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_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/dashboard_3_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/dashboard_3_fill.rb