Sha256: f8a9e3208547050154e1a021b0aafd744c19e0ff48e2c61667504ddbfe1ecf7e

Contents?: true

Size: 811 Bytes

Versions: 24

Compression:

Stored size: 811 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class RadioFill < 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:
                'M17 10H20V6H4V10H15V8H17V10ZM6 3V1H8V3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V3.9934C2 3.44476 2.45531 3 2.9918 3H6ZM7 19C8.65685 19 10 17.6569 10 16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16C4 17.6569 5.34315 19 7 19Z'
            )
          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/radio_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/radio_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/radio_fill.rb