UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.81 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialComponentExchangeW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ComponentExchangeW100", short_name: "ComponentExchange", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M10.25 2.4h1.5l.125 1.15q.275.125.45.225t.35.225l1.075-.45.75 1.3-.9.675v.925l.9.7-.75 1.3L12.675 8l-.4.25q-.2.125-.4.225L11.75 9.6h-1.5l-.125-1.125q-.2-.1-.412-.213Q9.5 8.15 9.325 8l-.225.2v5.45l-.7.3v-5.5l-.875-1.3.875-.675V5.55l-.9-.7.75-1.3L9.325 4l.4-.25q.2-.125.4-.225ZM11 7.9q.8 0 1.35-.55T12.9 6q0-.8-.55-1.35T11 4.1q-.8 0-1.35.55T9.1 6q0 .8.55 1.35T11 7.9Zm6.25 12.7-.125-1.15q-.275-.125-.45-.225t-.35-.225l-1.075.45-.75-1.3.9-.675v-.925l-.9-.675.75-1.325 1.075.45q.175-.125.338-.238.162-.112.362-.212l.1-.475L11.75 10.3h.625l.05-.375L17.4 13.4h1.35l.125 1.15q.275.125.45.225t.35.225l1.075-.45.75 1.3-.9.675v.925l.9.7-.75 1.3-1.075-.45q-.2.15-.4.275-.2.125-.4.2L18.75 20.6Zm.75-1.7q.8 0 1.35-.55T19.9 17q0-.8-.55-1.35T18 15.1q-.8 0-1.35.55T16.1 17q0 .8.55 1.35t1.35.55ZM5.25 20.6l-.125-1.15q-.225-.1-.425-.212-.2-.113-.375-.238l-1.075.45-.75-1.3.9-.675v-.925l-.9-.7.75-1.3 1.075.45.4-.25q.2-.125.4-.225L5.25 13.4h1.5l.125 1.15q.275.125.45.225t.35.225l1.075-.45.75 1.3-.9.675q.025.125.013.437-.013.313-.063.513.125.1.2.15.075.05.2.15l5.45-3.15-.725 1.225L9.4 18.3l-.65 1.15L7.675 19l-.4.25q-.2.125-.4.225L6.75 20.6ZM6 18.9q.8 0 1.35-.55T7.9 17q0-.8-.55-1.35T6 15.1q-.8 0-1.35.55T4.1 17q0 .8.55 1.35T6 18.9Z" })); }); IconMaterialComponentExchangeW100.displayName = 'AmauiIconMaterialComponentExchangeW100'; export default IconMaterialComponentExchangeW100;