UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.05 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBusinessChip = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BusinessChip", short_name: "BusinessChip", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M9 16h6q.425 0 .713-.288Q16 15.425 16 15v-4q0-.425-.287-.713Q15.425 10 15 10h-1V9q0-.425-.287-.713Q13.425 8 13 8h-2q-.425 0-.712.287Q10 8.575 10 9v1H9q-.425 0-.712.287Q8 10.575 8 11v4q0 .425.288.712Q8.575 16 9 16Zm2-6V9h2v1Zm-3 9q-2.925 0-4.962-2.038Q1 14.925 1 12t2.038-4.963Q5.075 5 8 5h8q2.925 0 4.962 2.037Q23 9.075 23 12q0 2.925-2.038 4.962Q18.925 19 16 19Zm0-2h8q2.075 0 3.538-1.463Q21 14.075 21 12t-1.462-3.538Q18.075 7 16 7H8Q5.925 7 4.463 8.462 3 9.925 3 12q0 2.075 1.463 3.537Q5.925 17 8 17Zm4-5Z" })); }); IconMaterialBusinessChip.displayName = 'AmauiIconMaterialBusinessChip'; export default IconMaterialBusinessChip;