UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.53 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterial4mpW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "4mpW100", short_name: "4mp", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12.775 9.6v1.175q0 .125.1.225t.25.1q.15 0 .25-.1t.1-.25V9.6h.675q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1h-.65V6.225q0-.125-.1-.225t-.25-.1q-.15 0-.25.1t-.1.25V8.9h-2.3V6.225q0-.125-.1-.225t-.25-.1q-.15 0-.25.1t-.1.25V8.9q0 .275.213.487.212.213.487.213ZM5.8 19.7q-.65 0-1.075-.425Q4.3 18.85 4.3 18.2V5.8q0-.65.425-1.075Q5.15 4.3 5.8 4.3h12.4q.65 0 1.075.425.425.425.425 1.075v12.4q0 .65-.425 1.075-.425.425-1.075.425Zm0-.7h12.4q.35 0 .575-.225Q19 18.55 19 18.2V5.8q0-.35-.225-.575Q18.55 5 18.2 5H5.8q-.35 0-.575.225Q5 5.45 5 5.8v12.4q0 .35.225.575Q5.45 19 5.8 19Zm.95-.9q.15 0 .25-.1t.1-.25V13.6h1.8v2.675q0 .125.1.225t.25.1q.15 0 .25-.1t.1-.25V13.6h1.8v4.175q0 .125.1.225t.25.1q.15 0 .25-.1t.1-.25V13.5q0-.275-.162-.438-.163-.162-.438-.162H7q-.275 0-.438.162-.162.163-.162.438v4.275q0 .125.1.225t.25.1Zm7.5 0q.15 0 .25-.1t.1-.25V16.6H17q.275 0 .438-.162.162-.163.162-.438v-2.5q0-.275-.162-.438-.163-.162-.438-.162h-2.5q-.25 0-.425.175t-.175.425v4.275q0 .125.1.225t.25.1Zm.35-4.5h2.3v2.3h-2.3ZM5 5.8V5v14V18.2Z" })); }); IconMaterial4mpW100.displayName = 'AmauiIconMaterial4mpW100'; export default IconMaterial4mpW100;