UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Attachment = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.623 16.273a4.52 4.52 0 0 1-6.311-.023 4.387 4.387 0 0 1-.024-6.234l-.001-.002 5.545-5.477.792-.783.792-.782a3.39 3.39 0 0 1 4.753 0 3.29 3.29 0 0 1 0 4.695l-.792.782-.792.783-2.78 2.745-.997.986L8.04 14.71l-.003-.003a2.258 2.258 0 0 1-3.14-.022 2.192 2.192 0 0 1-.023-3.103l-.003-.003.793-.782.975-.964.999-.986 1.194-1.18.93-.918.899-.888.548-.541.792.783-.768.757-.816.807L8.753 9.31l-.855.845-.845.835-.597.59-.792.781a1.098 1.098 0 0 0 0 1.566 1.13 1.13 0 0 0 1.584 0l1.39-1.373.844-.834.856-.845.87-.86L12.61 8.63l.183-.181.792-.783.793-.782-.002-.002.026-.022a2.194 2.194 0 0 0 0-3.13 2.26 2.26 0 0 0-3.168 0c-.009.008-.015.017-.023.026l-.002-.002-.792.783-.792.782-.184.181-1.4 1.384-1.846 1.822-2.115 2.09a3.29 3.29 0 0 0 0 4.695 3.39 3.39 0 0 0 4.752 0l2.116-2.09 5.013-4.952.792-.783.793.783-.792.782-7.13 7.043-.001-.002z", fill: "#000", fillRule: "evenodd" })); exports.default = Attachment;