UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.64 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PinOnSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PinOnSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.18963 1.46967C8.48252 1.17678 8.9574 1.17678 9.25029 1.46967L14.5303 6.74967C14.8232 7.04256 14.8232 7.51744 14.5303 7.81033C14.2374 8.10322 13.7625 8.10322 13.4696 7.81033L13.28 7.62066L9.94996 10.9507V14C9.94996 14.3033 9.76723 14.5768 9.48697 14.6929C9.20672 14.809 8.88413 14.7448 8.66963 14.5303L1.46963 7.33033C1.25513 7.11583 1.19097 6.79324 1.30705 6.51299C1.42314 6.23273 1.69661 6.05 1.99996 6.05H5.0493L8.3793 2.72L8.18963 2.53033C7.89674 2.23744 7.89674 1.76256 8.18963 1.46967ZM9.43996 3.78066L5.89029 7.33033C5.74964 7.47098 5.55887 7.55 5.35996 7.55H3.81062L8.44996 12.1893V10.64C8.44996 10.4411 8.52898 10.2503 8.66963 10.1097L12.2193 6.56L9.43996 3.78066ZM3.3262 10.4987C3.56225 10.4625 3.80143 10.5408 3.97029 10.7097L5.41029 12.1497C5.58393 12.3233 5.66157 12.571 5.61814 12.8127C5.5747 13.0544 5.41569 13.2595 5.19246 13.3618L2.31253 14.6818C2.02115 14.8153 1.67711 14.749 1.45633 14.5166C1.23555 14.2842 1.18683 13.9373 1.33509 13.6531L2.77501 10.8931C2.88547 10.6814 3.09016 10.5349 3.3262 10.4987Z", fill: "currentColor" }))); }); exports.PinOnSIcon.displayName = 'PinOnSIcon';