Sha256: 6efd85d398466c6796ed896d6c066837e01bc17a5f04b8d4a319496c02fdc2f4

Contents?: true

Size: 782 Bytes

Versions: 14

Compression:

Stored size: 782 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Bookmark2Fill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M5 2H19C19.5523 2 20 2.44772 20 3V22.1433C20 22.4194 19.7761 22.6434 19.5 22.6434C19.4061 22.6434 19.314 22.6168 19.2344 22.5669L12 18.0313L4.76559 22.5669C4.53163 22.7136 4.22306 22.6429 4.07637 22.4089C4.02647 22.3293 4 22.2373 4 22.1433V3C4 2.44772 4.44772 2 5 2ZM8 9V11H16V9H8Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/bookmark_2_fill.rb