@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 869 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LocationSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.65845 6.49713L6.47636 7.68696C7.30499 7.9452 7.94335 8.61135 8.16706 9.45127L9.19271 13.3021L12.905 3.07576L2.65845 6.49713ZM13.4177 1.30381L0.691075 5.5533C-0.240165 5.86424 -0.226863 7.18835 0.710437 7.48045L6.026 9.13701C6.35746 9.24031 6.6128 9.50677 6.70228 9.84274L8.14208 15.2485C8.39697 16.2055 9.7305 16.2644 10.0684 15.3335L14.6872 2.61025C14.9761 1.81432 14.2198 1.03599 13.4177 1.30381Z", fill: "currentColor" }))); });
LocationSIcon.displayName = 'LocationSIcon';