UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 812 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCorporateFare = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CorporateFare", short_name: "CorporateFare", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M4 21q-.825 0-1.412-.587Q2 19.825 2 19V5q0-.825.588-1.413Q3.175 3 4 3h6q.825 0 1.413.587Q12 4.175 12 5v2h8q.825 0 1.413.587Q22 8.175 22 9v10q0 .825-.587 1.413Q20.825 21 20 21Zm0-2h6v-2H4Zm0-4h6v-2H4Zm0-4h6V9H4Zm0-4h6V5H4Zm8 12h8V9h-8Zm2-6v-2h4v2Zm0 4v-2h4v2Z" })); }); IconMaterialCorporateFare.displayName = 'AmauiIconMaterialCorporateFare'; export default IconMaterialCorporateFare;