UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.14 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDriveExportW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DriveExportW100", short_name: "DriveExport", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M826-326 686-187q-4 4-9.5 4t-9.5-4q-4-4-4-9.5t4-9.5l139-140H680q-6 0-10-4t-4-10q0-6 4-10t10-4h144q13 0 21.5 8.5T854-344v144q0 6-4 10t-10 4q-6 0-10-4t-4-10v-126ZM240-152q-13 0-26-7.5T195-178l-80-140q-6-11-6.5-26t6.5-26l240-412q7-11 19.5-18.5T400-808h160q13 0 25.5 7.5T605-782l139 240q4 7 1 13t-11 7q-4 1-7.5-1t-5.5-6L574-780H386L132-344l94 164h305q4 0 7 1.5t5 5.5q4 7 0 14t-12 7H240Zm77-154q-5 0-10.5-2.5T299-316q-4-7-4-15t4-15l157-273q4-7 11-11t15-4q6 0 11 3t8 8l89 155q2 4 1.5 8.5T588-452q-5 5-11.5 4.5T566-454l-86-150-155 270h181q7 0 11.5 4.5T520-318q-1 5-5 8.5t-9 3.5H317Z" })); }); IconMaterialDriveExportW100.displayName = 'AmauiIconMaterialDriveExportW100'; export default IconMaterialDriveExportW100;