Sha256: 889c156aaccbe43fdbe0fd479f59683dcd9d8a81fc38b5389fb958d9676d6abe

Contents?: true

Size: 918 Bytes

Versions: 18

Compression:

Stored size: 918 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Bookmark3Fill < 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:
                'M4 2H20C20.5523 2 21 2.44772 21 3V22.2763C21 22.5525 20.7761 22.7764 20.5 22.7764C20.4298 22.7764 20.3604 22.7615 20.2963 22.7329L12 19.0313L3.70373 22.7329C3.45155 22.8455 3.15591 22.7322 3.04339 22.4801C3.01478 22.4159 3 22.3465 3 22.2763V3C3 2.44772 3.44772 2 4 2ZM12 13.5L14.9389 15.0451L14.3776 11.7725L16.7553 9.45492L13.4695 8.97746L12 6L10.5305 8.97746L7.24472 9.45492L9.62236 11.7725L9.06107 15.0451L12 13.5Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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