iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 841 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 DrawingPin = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.329 1.136a.5.5 0 00-.708.707l.653.653-4.848 3.637-1.108-1.108a.5.5 0 00-.707.707l1.414 1.414 1.06 1.061-3.27 3.27a.5.5 0 10.708.708l3.27-3.27 1.06 1.06 1.415 1.414a.5.5 0 10.707-.707L8.867 9.574l3.637-4.848.653.653a.5.5 0 10.707-.707l-1.06-1.061-1.415-1.414-1.06-1.06zm-4.19 5.711l4.85-3.637.8.801-3.636 4.85L6.14 6.846z", fill: "currentColor" }));
exports.default = DrawingPin;