Sha256: 229c0f9ad42d6ea0288de1a43fe3b004cf659d1bea7804662aa5e763dde9ecd7

Contents?: true

Size: 1.05 KB

Versions: 24

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SeoFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M8 3C4.13401 3 1 6.13401 1 10C1 13.866 4.13401 17 8 17H9.07089C9.02417 16.6734 9 16.3395 9 16C9 15.6605 9.02417 15.3266 9.07089 15H8C5.23858 15 3 12.7614 3 10C3 7.23858 5.23858 5 8 5H16C18.7614 5 21 7.23858 21 10C21 10.3428 20.9655 10.6775 20.8998 11.0008C21.4853 11.5748 21.9704 12.2508 22.3264 13C22.7583 12.0907 23 11.0736 23 10C23 6.13401 19.866 3 16 3H8ZM11 16C11 13.2386 13.2386 11 16 11C18.7614 11 21 13.2386 21 16C21 17.0191 20.6951 17.967 20.1716 18.7574L22.7071 21.2929L21.2929 22.7071L18.7574 20.1716C17.967 20.6951 17.0191 21 16 21C13.2386 21 11 18.7614 11 16Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/seo_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/seo_fill.rb