Sha256: 54ac6b6831ac70341a897ee88b700590def5877a73cbf15ad7fc4a50a78ab27a

Contents?: true

Size: 1.78 KB

Versions: 12

Compression:

Stored size: 1.78 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class FediverseFill < 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:
                'M11.2676 1.55469V2.17041L11.5205 6.18555L8.16894 3.95899L7.63622 3.65137L6.90331 4.92042L7.43652 5.22803L11.04 7.0171L7.43652 8.80567L6.90331 9.11328L7.63622 10.3823L8.16894 10.0747L11.5205 7.84815L11.2676 11.8638V12.479H12.7329V11.8638L12.48 7.84815L15.8311 10.0747L16.3642 10.3823L17.0967 9.11328L16.564 8.80567L12.96 7.0171L16.564 5.22803L17.0967 4.92042L16.3642 3.65137L15.8311 3.95899L12.48 6.18555L12.7329 2.17041V1.55469H11.2676ZM5.97215 10.7266V11.3418L6.22509 15.3574L2.87403 13.1309L2.34081 12.8228L1.6084 14.0923L2.14111 14.3999L5.74561 16.1885L2.14111 17.9775L1.6084 18.2852L2.34081 19.5542L2.87403 19.2466L6.22509 17.02L5.97215 21.0352V21.6509H7.4375V21.0352L7.18504 17.0195L10.5361 19.2466L11.0688 19.5542L11.8018 18.2852L11.2686 17.9775L7.66454 16.1885L11.2686 14.3999L11.8018 14.0923L11.0688 12.8228L10.5361 13.1309L7.18504 15.3574L7.4375 11.3418V10.7266H5.97215ZM16.5625 10.7266V11.3418L16.8154 15.3574L13.4643 13.1309L12.9316 12.8228L12.1987 14.0923L12.7314 14.3999L16.3359 16.1885L12.7314 17.9775L12.1987 18.2852L12.9316 19.5542L13.4643 19.2466L16.8154 17.02L16.5625 21.0352V21.6509H18.0283V21.0352L17.7754 17.0195L21.1265 19.2466L21.6592 19.5542L22.3921 18.2852L21.8589 17.9775L18.2549 16.1885L21.8589 14.3999L22.3921 14.0923L21.6592 12.8228L21.1265 13.1309L17.7754 15.3574L18.0283 11.3418V10.7266H16.5625Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/fediverse_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/fediverse_fill.rb