Sha256: 1958ca327b0ddefd454c2cab18cb077a00402128a87e9587d231363c87ef53ef

Contents?: true

Size: 1.8 KB

Versions: 24

Compression:

Stored size: 1.8 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ContractFill < 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:
                'M16 2H4C3.44772 2 3 2.44772 3 3V21C3 21.5523 3.44772 22 4 22H12.2547C11.4638 20.8662 11 19.4872 11 18C11 14.134 14.134 11 18 11C19.0736 11 20.0907 11.2417 21 11.6736V7L16 2ZM13.7857 15.3269C13.8246 14.5997 14.3858 14.0083 15.11 13.9313L15.9807 13.8389C16.0841 13.8279 16.1815 13.7845 16.2589 13.715L16.9102 13.1299C17.4519 12.6431 18.2669 12.6218 18.8334 13.0795L19.5145 13.6298C19.5954 13.6951 19.6949 13.7333 19.7988 13.7389L20.6731 13.7857C21.4003 13.8246 21.9917 14.3858 22.0687 15.11L22.1611 15.9807C22.1721 16.0841 22.2155 16.1815 22.285 16.2589L22.8701 16.9102C23.3569 17.4519 23.3782 18.2669 22.9205 18.8334L22.3702 19.5145C22.3049 19.5954 22.2667 19.6949 22.2611 19.7988L22.2143 20.6731C22.1754 21.4003 21.6142 21.9917 20.89 22.0687L20.0193 22.1611C19.9159 22.1721 19.8185 22.2155 19.7411 22.285L19.0898 22.8701C18.5481 23.3569 17.7331 23.3782 17.1666 22.9205L16.4855 22.3702C16.4046 22.3049 16.3051 22.2667 16.2012 22.2611L15.3269 22.2143C14.5997 22.1754 14.0083 21.6142 13.9313 20.89L13.8389 20.0193C13.8279 19.9159 13.7845 19.8185 13.715 19.7411L13.1299 19.0898C12.6431 18.5481 12.6218 17.733 13.0795 17.1666L13.6298 16.4855C13.6951 16.4046 13.7333 16.3051 13.7389 16.2012L13.7857 15.3269ZM21.0303 17.0303L19.9697 15.9697L17.5 18.4393L16.0303 16.9697L14.9697 18.0303L16.9697 20.0303L17.5 20.5607L18.0303 20.0303L21.0303 17.0303Z'
            )
          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/contract_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/contract_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/contract_fill.rb