UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 913 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDevicesFold = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DevicesFold", short_name: "DevicesFold", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 21q-.825 0-1.412-.587Q10 19.825 10 19V4.275q0-.6.325-1.088.325-.487.875-.737l3-1.3q1-.425 1.9.162Q17 1.9 17 3h3q.825 0 1.413.587Q22 4.175 22 5v14q0 .825-.587 1.413Q20.825 21 20 21Zm0-3.025 3-1.3V3l-3 1.3ZM14.675 19H20V5h-3v11.675q0 .6-.325 1.113-.325.512-.875.737ZM2 5V3h2v2Zm0 16v-2h2v2Zm0-4v-2h2v2Zm0-4v-2h2v2Zm0-4V7h2v2Zm4-4V3h2v2Zm0 16v-2h2v2Zm6-3.025V4.3v13.675Z" })); }); IconMaterialDevicesFold.displayName = 'AmauiIconMaterialDevicesFold'; export default IconMaterialDevicesFold;