Sha256: 2a27d3d4a3ada1dfdf0ed6f380e1dceaa2b3bdc08690c164ab3707ef9d650596

Contents?: true

Size: 761 Bytes

Versions: 24

Compression:

Stored size: 761 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class KeynoteFill < 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:
                'M18.9992 2C19.552 2 20.086 2.42969 20.1955 2.97705L21.8047 11.023C21.9126 11.5626 21.5448 12 21.0083 12H12.9998V20H17.0001V22H7.00006V20H10.9998V12H2.99187C2.44411 12 2.086 11.5703 2.19547 11.023L3.80465 2.97705C3.91258 2.43744 4.4447 2 5.00094 2H18.9992Z'
            )
          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/keynote_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/keynote_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/keynote_fill.rb