UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 600 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PinSIcon = 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", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m13.28 6.56.72.72m-.72-.72L9.2 10.64V14L2 6.8h3.36l4.08-4.08m3.84 3.84L9.44 2.72M8.72 2l.72.72m-6 8.52 1.44 1.44L2 14z" }))); }); PinSIcon.displayName = 'PinSIcon';