Sha256: 06445feef5bcb3257f2adad5e04730e7e9a20e0aa840436fd1d73f5098611ed1

Contents?: true

Size: 1.85 KB

Versions: 24

Compression:

Stored size: 1.85 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class EdgeNewFill < 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:
                'M13.817 21.8353C13.7106 21.8384 13.6049 21.84 13.5 21.84 12.4265 21.84 11.1264 21.2191 10.0806 20.0816 9.04473 18.9549 8.30005 17.363 8.30005 15.5 8.30005 14.0815 8.81836 12.9347 9.50108 12.0942 9.55796 14.5796 11.8588 17.7 16.5 17.7 18.1779 17.7 19.2172 17.2476 19.7794 17.0029 19.9878 16.9122 20.1306 16.85 20.2161 16.85 20.4 16.85 20.5 16.95 20.5 17.15 20.5 17.3366 20.3987 17.4712 20.0742 17.9023L20.0007 18C18.5223 19.9682 16.3345 21.3732 13.817 21.8353ZM10.7016 21.9165C5.79216 21.2799 2 17.0828 2 12 2 10.7202 2.74053 9.67125 3.89749 8.91922 5.05841 8.16463 6.58675 7.75 8 7.75 10.2764 7.75 11.6347 8.51511 12.4284 9.39698 12.4785 9.45269 12.5265 9.50903 12.5725 9.56586 12.3887 9.52278 12.197 9.5 12 9.5L11.996 9.5C11.5608 9.50069 11.1518 9.61255 10.7956 9.80869 10.7171 9.84506 10.6385 9.88421 10.5603 9.92588 10.0565 10.1942 9.52919 10.587 9.04942 11.0938 8.08779 12.1096 7.30005 13.6034 7.30005 15.5 7.30005 17.637 8.15534 19.4651 9.34445 20.7584 9.75828 21.2085 10.2178 21.5991 10.7016 21.9165ZM13.8515 13.5956C14.1178 13.3151 14.5 12.9123 14.5 12 14.5 11.1394 14.1625 9.82898 13.1716 8.72802 12.1653 7.60989 10.5236 6.75 8 6.75 6.41325 6.75 4.69159 7.21037 3.35251 8.08078 3.07269 8.26266 2.80734 8.46421 2.5626 8.68489 3.93023 4.7914 7.63913 2 12 2 17.5228 2 22 6 22 10.5 22 13.3 19.8 15.35 17 15.35 15 15.35 13.6 14.7 13.6 14 13.6 13.8607 13.7092 13.7456 13.8515 13.5956Z'
            )
          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/edge_new_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/edge_new_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/edge_new_fill.rb