@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.03 kB
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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.LocationSIcon.displayName = 'LocationSIcon';