UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.96 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDownloadingW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DownloadingW100", short_name: "Downloading", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M13.4 20.575q-.175.05-.287-.05-.113-.1-.113-.275 0-.125.088-.225.087-.1.212-.125.925-.15 1.762-.475.838-.325 1.588-.875.125-.075.25-.088.125-.012.225.088.125.125.125.287 0 .163-.15.263-.85.575-1.775.925-.925.35-1.925.55Zm5.15-3.475q-.1-.1-.1-.225t.075-.225q.55-.75.888-1.588.337-.837.487-1.762.025-.125.125-.213.1-.087.225-.087.175 0 .275.113.1.112.075.287-.175 1-.55 1.925-.375.925-.95 1.75-.1.125-.263.137-.162.013-.287-.112Zm1.7-6.1q-.125 0-.225-.088-.1-.087-.125-.212-.15-.9-.487-1.75-.338-.85-.863-1.6-.075-.125-.075-.25t.1-.225q.125-.125.3-.113.175.013.275.163.525.85.875 1.775.35.925.55 1.9.05.175-.05.287-.1.113-.275.113Zm-9.65 9.6q-3.15-.5-5.2-2.925Q3.35 15.25 3.35 12t2.063-5.675Q7.475 3.9 10.625 3.4q.175-.025.288.075.112.1.112.275 0 .125-.087.225-.088.1-.213.125-2.875.5-4.775 2.725Q4.05 9.05 4.05 12q0 2.95 1.888 5.175Q7.825 19.4 10.7 19.9q.125.025.213.125.087.1.087.225 0 .175-.113.275-.112.1-.287.075Zm6.1-15.075q-.775-.525-1.612-.888-.838-.362-1.763-.537-.125-.025-.212-.125-.088-.1-.088-.225 0-.175.112-.275.113-.1.288-.05 1 .2 1.913.55.912.35 1.762.925.15.1.163.275.012.175-.113.3-.1.1-.212.112-.113.013-.238-.062ZM12 15.8q-.15 0-.275-.05-.125-.05-.25-.175L8.15 12.25q-.125-.125-.125-.25t.125-.25q.125-.125.25-.125t.25.125l3 3v-6.5q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v6.5l3-3q.125-.125.25-.125t.25.125q.125.125.125.25t-.125.25l-3.325 3.325q-.125.125-.25.175-.125.05-.275.05Z" })); }); IconMaterialDownloadingW100.displayName = 'AmauiIconMaterialDownloadingW100'; export default IconMaterialDownloadingW100;