@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MapPinFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.MapPinFilledSIcon = (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: "m7.677 15.159.004.003.001.001c.27.21.651.21.922 0l.001-.001.004-.003.013-.01.047-.038.172-.14a23.48 23.48 0 0 0 2.43-2.327c.665-.738 1.346-1.604 1.865-2.526.514-.915.9-1.938.9-2.975 0-3.215-2.678-5.893-5.893-5.893-3.216 0-5.893 2.678-5.893 5.893 0 1.037.385 2.06.9 2.975.518.922 1.2 1.788 1.864 2.527a23.5 23.5 0 0 0 2.603 2.466l.047.038zM6.4 5.4a2.464 2.464 0 1 1 3.485 3.485A2.464 2.464 0 0 1 6.4 5.4", clipRule: "evenodd" }))); });
exports.MapPinFilledSIcon.displayName = 'MapPinFilledSIcon';