@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.09 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 IconMaterialMovingW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MovingW100Filled', short_name: 'Moving', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M821-646 598-424q-28 27-67 27.5T465-423l-47-47q-20-20-46.5-19.5T325-470L141-286q-4 4-9.5 4.5T121-286q-5-5-5-10t5-10l184-184q28-27 66.5-27.5T438-490l46 46q20 20 47 19.5t47-19.5l223-222H675q-6 0-10-4t-4-10q0-6 4-10t10-4h144q13 0 21.5 8.5T849-664v144q0 6-4 10t-10 4q-6 0-10-4t-4-10v-126Z" }) })));
});
IconMaterialMovingW100Filled.displayName = 'OnesyIconMaterialMovingW100Filled';
exports.default = IconMaterialMovingW100Filled;
;