UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.14 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 Ballpen = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-ballpen", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17.828 2a3 3 0 011.977.743l.145.136 1.171 1.17a3 3 0 01.136 4.1l-.136.144L19.415 10l2.292 2.293a1 1 0 01.083 1.32l-.083.094-4 4a1 1 0 01-1.497-1.32l.083-.094L19.585 13l-1.586-1.585-7.464 7.464a3.828 3.828 0 01-2.474 1.114l-.233.008c-.674 0-1.33-.178-1.905-.508l-1.216 1.214a1 1 0 01-1.497-1.32l.083-.094 1.214-1.216a3.828 3.828 0 01.454-4.442l.16-.17L15.707 2.879a3 3 0 011.923-.873L17.828 2zm0 2a1 1 0 00-.608.206l-.099.087L15.414 6 18 8.585l1.707-1.706a1 1 0 00.284-.576l.01-.131a1 1 0 00-.207-.609l-.087-.099-1.171-1.171A1 1 0 0017.828 4z" })); exports.default = Ballpen;