Sha256: 834ca3163d3afa2a6c62a47c71aa76b999f921be58da5e0db5513c1f8713bacc

Contents?: true

Size: 668 Bytes

Versions: 24

Compression:

Stored size: 668 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class RssFill < 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:
                'M3 3C12.9411 3 21 11.0589 21 21H18C18 12.7157 11.2843 6 3 6V3ZM3 10C9.07513 10 14 14.9249 14 21H11C11 16.5817 7.41828 13 3 13V10ZM3 17C5.20914 17 7 18.7909 7 21H3V17Z'
            )
          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/rss_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/rss_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/rss_fill.rb