iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.22 kB
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 DrawingPinFilled = (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: "M9.621 1.136a.5.5 0 01.707 0l1.061 1.06 1.414 1.415 1.06 1.06a.5.5 0 11-.706.708l-.653-.653-3.637 4.848 1.108 1.108a.5.5 0 01-.707.707L7.854 9.975l-1.061-1.06-3.27 3.27a.5.5 0 11-.708-.708l3.27-3.27-1.06-1.06-1.414-1.415a.5.5 0 11.707-.707l1.108 1.108 4.848-3.637-.653-.653a.5.5 0 010-.707z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.621 1.136a.5.5 0 01.707 0l1.061 1.06 1.414 1.415 1.06 1.06a.5.5 0 11-.706.708l-.653-.653-3.637 4.848 1.108 1.108a.5.5 0 01-.707.707L7.854 9.975l-1.061-1.06-3.27 3.27a.5.5 0 11-.708-.708l3.27-3.27-1.06-1.06-1.414-1.415a.5.5 0 11.707-.707l1.108 1.108 4.848-3.637-.653-.653a.5.5 0 010-.707z", fill: "currentColor" }));
exports.default = DrawingPinFilled;