iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 741 B
JavaScript
;
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 Paperclip1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.35 14.442l.001.03v1.298a1.327 1.327 0 01-2.654 0V7.654a.75.75 0 00-1.5 0v8.116a2.827 2.827 0 005.654 0V6.154v-.032a4.154 4.154 0 00-8.308.032v10.365a5.48 5.48 0 1010.962 0V9.558a.75.75 0 00-1.5 0v6.961a3.98 3.98 0 01-7.962 0V9.558 6.154a2.654 2.654 0 115.308 0v8.288z", fill: "#323544" }));
exports.default = Paperclip1;