@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 864 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PinOnSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.19 1.47a.75.75 0 0 1 1.06 0l5.28 5.28a.75.75 0 1 1-1.06 1.06l-.19-.19-3.33 3.33V14a.75.75 0 0 1-1.28.53l-7.2-7.2A.75.75 0 0 1 2 6.05h3.05l3.33-3.33-.19-.19a.75.75 0 0 1 0-1.06m1.25 2.31L5.89 7.33a.75.75 0 0 1-.53.22H3.81l4.64 4.64v-1.55a.75.75 0 0 1 .22-.53l3.55-3.55zM3.326 10.5a.75.75 0 0 1 .644.21l1.44 1.44a.75.75 0 0 1-.218 1.213l-2.88 1.32a.75.75 0 0 1-.977-1.029l1.44-2.76a.75.75 0 0 1 .551-.394", clipRule: "evenodd" }))); });
PinOnSIcon.displayName = 'PinOnSIcon';