@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.07 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({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.47 1.47a.75.75 0 0 1 1.06 0l8 8a.75.75 0 1 1-1.06 1.06l-.56-.56-5.433 5.432v4.78a.75.75 0 0 1-1.28.53L3.287 9.803a.75.75 0 0 1 .531-1.28h4.78L14.03 3.09l-.56-.56a.75.75 0 0 1 0-1.061m1.62 2.682L9.44 9.803a.75.75 0 0 1-.53.22H5.628l8.348 8.348v-3.28a.75.75 0 0 1 .22-.53l5.651-5.652zM5.927 15.254a.75.75 0 0 1 .604.216l2.182 2.181a.75.75 0 0 1-.136 1.169l-6.182 3.818a.75.75 0 0 1-1.018-1.054l4-6a.75.75 0 0 1 .55-.33m.19 1.923-1.585 2.378 2.45-1.513z", clipRule: "evenodd" }))); });
exports.PinOnMIcon.displayName = 'PinOnMIcon';