@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.73 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PinOnMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PinOnMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.4697 1.46967C13.7626 1.17678 14.2374 1.17678 14.5303 1.46967L22.5303 9.46967C22.8232 9.76256 22.8232 10.2374 22.5303 10.5303C22.2374 10.8232 21.7626 10.8232 21.4697 10.5303L20.9091 9.96975L15.4773 15.4016V20.1818C15.4773 20.4852 15.2946 20.7586 15.0143 20.8747C14.734 20.9908 14.4115 20.9266 14.197 20.7121L3.28786 9.80306C3.07336 9.58856 3.0092 9.26597 3.12528 8.98571C3.24137 8.70546 3.51485 8.52273 3.81819 8.52273H8.59844L14.0303 3.09091L13.4697 2.53033C13.1768 2.23744 13.1768 1.76256 13.4697 1.46967ZM15.0909 4.15157L9.43943 9.80306C9.29878 9.94371 9.10801 10.0227 8.9091 10.0227H5.62885L13.9773 18.3712V15.0909C13.9773 14.892 14.0563 14.7012 14.197 14.5606L19.8484 8.90909L15.0909 4.15157ZM5.92611 15.2536C6.14971 15.2315 6.37146 15.3108 6.53034 15.4697L8.71216 17.6515C8.87427 17.8136 8.95333 18.0409 8.92678 18.2687C8.90024 18.4964 8.771 18.6994 8.57595 18.8199L2.39413 22.6381C2.09412 22.8234 1.70554 22.7747 1.46056 22.521C1.21558 22.2674 1.18037 21.8774 1.37597 21.584L5.37597 15.584C5.50061 15.397 5.70251 15.2758 5.92611 15.2536ZM6.11658 17.1772L4.53143 19.555L6.9812 18.0419L6.11658 17.1772Z", fill: "currentColor" }))); });
exports.PinOnMIcon.displayName = 'PinOnMIcon';