Sha256: 9854e714d2f9de8f186f84a000d9d6f5e3c70815f2b4cb5839622562b86e2ae5

Contents?: true

Size: 971 Bytes

Versions: 18

Compression:

Stored size: 971 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CreativeCommonsZeroFill < 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.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2ZM12 6C9.23858 6 7 8.68629 7 12C7 15.3137 9.23858 18 12 18C14.7614 18 17 15.3137 17 12C17 8.68629 14.7614 6 12 6ZM14.3253 9.47238C14.747 10.1614 15 11.0413 15 12C15 14.2091 13.6569 16 12 16C11.5589 16 11.1401 15.8731 10.7629 15.6452L14.3253 9.47238ZM12 8C12.4411 8 12.8599 8.12691 13.2371 8.35483L9.67474 14.5276C9.25296 13.8386 9 12.9587 9 12C9 9.79086 10.3431 8 12 8Z'
            )
          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/creative_commons_zero_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/creative_commons_zero_fill.rb