Sha256: 06ea43098c668d4ede711197382c8bbdcbea909087eb2ca8a9a87ce716ff9b4c

Contents?: true

Size: 1.76 KB

Versions: 14

Compression:

Stored size: 1.76 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class BtcFill < 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:
                'M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM16.7055 10.564C16.5323 11.6168 15.9806 12.1314 15.235 12.313C16.2271 12.8683 16.7046 13.7112 16.1938 15.1897C15.5586 17.044 14.1367 17.2122 12.2533 16.853L11.7684 18.81L10.6741 18.5388L11.159 16.5818C11.0352 16.5488 10.9104 16.5199 10.7857 16.4909C10.6137 16.4509 10.436 16.4095 10.2602 16.359L9.77531 18.3161L8.683 18.0454L9.16786 16.0883L6.99194 15.4957L7.53278 14.1119C7.53278 14.1119 8.35407 14.3378 8.34133 14.3236C8.64595 14.3977 8.79489 14.1849 8.85591 14.0359L9.63237 10.8985L10.1975 8.66859C10.2219 8.42756 10.1464 8.11223 9.7013 7.99226C9.7316 7.97451 8.90007 7.7937 8.90007 7.7937L9.2241 6.48228L11.4667 7.03806L11.9416 5.12109L13.0714 5.40109L12.5965 7.31806C12.8882 7.38151 13.1711 7.45862 13.4625 7.53269L13.9374 5.61571L15.0367 5.88814L14.5493 7.85537C15.9358 8.36407 16.9345 9.11777 16.7055 10.564ZM11.6062 10.9543C12.2632 11.1517 14.2111 11.7371 14.5393 10.4337C14.8448 9.19469 13.1568 8.81617 12.3726 8.64033C12.2802 8.61959 12.2003 8.60168 12.1377 8.5855L11.5514 10.9378L11.6062 10.9543ZM10.5917 14.7743L10.6869 14.8025C11.4963 15.0433 13.793 15.7264 14.1045 14.4327C14.4254 13.1868 12.3607 12.7016 11.4363 12.4844C11.335 12.4606 11.2473 12.44 11.1781 12.422L10.5917 14.7743Z'
            )
          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/btc_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/btc_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/btc_fill.rb