@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.19 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 IconMaterialHardDriveW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HardDriveW100', short_name: 'HardDrive', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-310h576q14 0 23-9t9-23v-196H160v196q0 14 9 23t23 9Zm493.88-80q14.12 0 24.12-9.88 10-9.88 10-24T710.12-448q-9.88-10-24-10T662-448.12q-10 9.88-10 24t9.88 24.12q9.88 10 24 10ZM828-566h-39L687-672H273L171-566h-39l112-116q8-9 19.28-13.5Q274.56-700 287-700h386q12.44 0 23.72 4.5T716-682l112 116ZM192-282q-24.75 0-42.37-17.63Q132-317.25 132-342v-224h696v224q0 24.75-17.62 42.37Q792.75-282 768-282H192Z" }) })));
});
IconMaterialHardDriveW100.displayName = 'OnesyIconMaterialHardDriveW100';
exports.default = IconMaterialHardDriveW100;
;