@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 882 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocationSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.LocationSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.LocationSIcon.displayName = 'LocationSIcon';