@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 718 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LocationSIcon = 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: "m2.658 6.497 3.818 1.19a2.53 2.53 0 0 1 1.691 1.764l1.026 3.851 3.712-10.226zm10.76-5.193L.69 5.554c-.931.31-.918 1.634.02 1.926l5.315 1.657c.331.103.587.37.676.706l1.44 5.406c.255.957 1.588 1.015 1.926.085l4.62-12.724c.288-.796-.468-1.574-1.27-1.306", clipRule: "evenodd" }))); });
LocationSIcon.displayName = 'LocationSIcon';