UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 748 B
"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 Signature = (props) => React.createElement("svg", { className: "lucide lucide-signature", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M21 17l-2.156-1.868A.5.5 0 0018 15.5v.5a1 1 0 01-1 1h-2a1 1 0 01-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 000 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 113.31 3.284M3 21h18" })); exports.default = Signature;