@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.38 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialMovedLocationW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MovedLocationW100Filled', short_name: 'MovedLocation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M713-371q-48 66-101.5 121.5T491-165q-7 6-15.5 9t-16.5 3q-8 0-16-2.5t-15-8.5q-36-33-78-78t-78.5-96.5q-36.5-51.5-61-106T186-552q0-125 85-213.5T480-854q35 0 69.5 7t65.5 24q4 2 6.5 5t2.5 8q0 7-4.5 11.5T608-794q-1 0-8-3-27-17-58-23t-62-6q-112 0-189 80.5T214-552q0 76 65 176t201 224q60-55 111.5-111.5T690-387q2-3 5.5-5.5t7.5-2.5q6 0 10 4t4 10q0 3-1 5.5t-3 4.5Zm119-256q-165 0-239.5 22.5T467-531q52-89 154.5-106.5T830-655L710-775q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l132 133q9 9 9 21t-9 21L729-486q-4 4-9 3.5t-9-4.5q-4-4-4-9.5t4-9.5l121-121Z" }) })));
});
IconMaterialMovedLocationW100Filled.displayName = 'OnesyIconMaterialMovedLocationW100Filled';
exports.default = IconMaterialMovedLocationW100Filled;
;