UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.43 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterial6mpFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "6mpFilled", short_name: "6mp", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M11 11.5h2.5q.425 0 .713-.288.287-.287.287-.712V9q0-.425-.287-.713Q13.925 8 13.5 8h-2V7h2.275q.3 0 .513-.213.212-.212.212-.537 0-.325-.212-.537-.213-.213-.538-.213H11q-.425 0-.712.287Q10 6.075 10 6.5v4q0 .425.288.712.287.288.712.288Zm.5-1V9H13v1.5ZM5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v14q0 .825-.587 1.413Q19.825 21 19 21Zm1.75-2.5q.325 0 .537-.212.213-.213.213-.538V14h1v2.275q0 .3.213.513.212.212.537.212.325 0 .538-.212.212-.213.212-.538V14h1v3.775q0 .3.213.513.212.212.537.212.325 0 .538-.212.212-.213.212-.538V13.5q0-.425-.287-.713-.288-.287-.713-.287H7q-.425 0-.713.287Q6 13.075 6 13.5v4.275q0 .3.213.513.212.212.537.212Zm7.5 0q.325 0 .538-.212.212-.213.212-.538V17h2q.425 0 .712-.288Q18 16.425 18 16v-2.5q0-.425-.288-.713-.287-.287-.712-.287h-2.5q-.425 0-.712.287-.288.288-.288.713v4.275q0 .3.213.513.212.212.537.212ZM15 14h1.5v1.5H15Z" })); }); IconMaterial6mpFilled.displayName = 'AmauiIconMaterial6mpFilled'; export default IconMaterial6mpFilled;