Sha256: 9ae9247573b8126be9d6e6658d876ec5d5a57b00077af9a5bbf4b0556a8f3afb

Contents?: true

Size: 409 Bytes

Versions: 24

Compression:

Stored size: 409 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class Number1 < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) { |s| s.path(d: 'M14 1.5V22H12V3.704L7.5 4.91V2.839L12.5 1.5H14Z') }
        end
      end
    end
  end
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-0.5.0 lib/phlex/icons/remix/number_1.rb
phlex-icons-0.4.0 lib/phlex/icons/remix/number_1.rb
phlex-icons-0.3.0 lib/phlex/icons/remix/number_1.rb
phlex-icons-0.2.0 lib/phlex/icons/remix/number_1.rb