@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 954 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHardDriveW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HardDriveW100",
short_name: "HardDrive",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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';
export default IconMaterialHardDriveW100;