UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.33 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAtmFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AtmFilled", short_name: "Atm", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M11.125 15q-.325 0-.537-.213-.213-.212-.213-.537V10.5h-1.5q-.325 0-.537-.213-.213-.212-.213-.537 0-.325.213-.538Q8.55 9 8.875 9h4.5q.325 0 .538.212.212.213.212.538 0 .325-.212.537-.213.213-.538.213h-1.5v3.75q0 .325-.212.537-.213.213-.538.213ZM2.75 15q-.325 0-.537-.213Q2 14.575 2 14.25V10q0-.425.288-.713Q2.575 9 3 9h3q.425 0 .713.287Q7 9.575 7 10v4.25q0 .325-.213.537Q6.575 15 6.25 15q-.325 0-.537-.213-.213-.212-.213-.537v-.75h-2v.75q0 .325-.212.537Q3.075 15 2.75 15Zm.75-3h2v-1.5h-2Zm12.75 3q-.325 0-.537-.213-.213-.212-.213-.537V10q0-.425.287-.713Q16.075 9 16.5 9H21q.425 0 .712.287Q22 9.575 22 10v4.25q0 .325-.212.537-.213.213-.538.213-.325 0-.538-.213-.212-.212-.212-.537V10.5h-1v2.75q0 .325-.212.537-.213.213-.538.213-.325 0-.538-.213Q18 13.575 18 13.25V10.5h-1v3.75q0 .325-.212.537-.213.213-.538.213Z" })); }); IconMaterialAtmFilled.displayName = 'AmauiIconMaterialAtmFilled'; export default IconMaterialAtmFilled;