@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 907 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PinMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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" }))); });
PinMIcon.displayName = 'PinMIcon';