UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 2.08 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCurrencyExchangeW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CurrencyExchangeW100Filled", short_name: "CurrencyExchange", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 21.7q-3.125 0-5.562-1.725Q4 18.25 2.875 15.325v3.125q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25v-3.6q0-.325.213-.538.212-.212.537-.212h3.6q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1H3.45q.9 2.8 3.275 4.5Q9.1 21 12 21q3.45 0 5.988-2.25Q20.525 16.5 20.95 13q.025-.15.125-.25t.25-.1q.15 0 .25.1t.075.25q-.2 1.825-1.025 3.425-.825 1.6-2.112 2.763-1.288 1.162-2.963 1.837T12 21.7ZM2.675 11.35q-.15 0-.25-.1T2.35 11q.225-1.95 1.088-3.55Q4.3 5.85 5.6 4.7q1.3-1.15 2.95-1.775Q10.2 2.3 12 2.3q3.05 0 5.562 1.737 2.513 1.738 3.563 4.738V5.55q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v3.6q0 .325-.212.538-.213.212-.538.212h-3.6q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h3.075q-.825-2.7-3.212-4.45Q14.95 3 12 3 8.7 3 6.088 5.175 3.475 7.35 3.05 11q-.025.15-.125.25t-.25.1Zm9.3 7.15q-.15 0-.262-.113-.113-.112-.113-.262V17.3q-.9-.2-1.575-.65-.675-.45-1.125-1.275-.075-.125-.012-.275.062-.15.187-.2.125-.05.275-.013.15.038.225.163.45.75 1.113 1.175.662.425 1.462.425.9 0 1.725-.488.825-.487.825-1.612 0-.875-.537-1.362Q13.625 12.7 12 12.1q-1.65-.6-2.325-1.225Q9 10.25 9 9.2q0-.875.663-1.613.662-.737 1.987-.937v-.775q0-.15.112-.263.113-.112.263-.112.15 0 .263.112.112.113.112.263v.775q.65.05 1.25.387.6.338 1 .888.1.125.038.275-.063.15-.213.2-.125.05-.25 0t-.2-.15q-.35-.425-.837-.688Q12.7 7.3 12.05 7.3q-1.025 0-1.663.55-.637.55-.637 1.35t.425 1.225q.425.425 2.125 1.025 1.8.65 2.45 1.35.65.7.65 1.75 0 1.425-1.013 2.087-1.012.663-2.037.713v.775q0 .15-.112.262-.113.113-.263.113Z" })); }); IconMaterialCurrencyExchangeW100Filled.displayName = 'AmauiIconMaterialCurrencyExchangeW100Filled'; export default IconMaterialCurrencyExchangeW100Filled;