UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.39 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEvShadow = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EvShadow", short_name: "EvShadow", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 21q-1.875 0-3.512-.712-1.638-.713-2.85-1.926-1.213-1.212-1.926-2.85Q3 13.875 3 12t.712-3.513q.713-1.637 1.926-2.85 1.212-1.212 2.85-1.925Q10.125 3 12 3t3.513.712q1.637.713 2.85 1.925 1.212 1.213 1.925 2.85Q21 10.125 21 12t-.712 3.512q-.713 1.638-1.925 2.85-1.213 1.213-2.85 1.926Q13.875 21 12 21Zm-2.875-2.625q-1.05-1.275-1.587-3Q7 13.65 7 11.7q0-1.65.4-3.125T8.55 5.9q-1.65.95-2.6 2.575Q5 10.1 5 12q0 2.075 1.113 3.8 1.112 1.725 3.012 2.575Zm4.575.425q1.875-.475 3.25-1.85t1.85-3.25Zm-1.675-.45 6.95-6.95-.1-.712q-.05-.363-.175-.713l-7.6 7.6q.2.225.438.413.237.187.487.362Zm-1.85-1.975L18.05 8.5q-.15-.25-.3-.488-.15-.237-.35-.462L9.625 15.3q.125.275.262.538.138.262.288.537Zm-1-2.7 7.15-7.175q-.25-.2-.487-.363-.238-.162-.513-.312L9 12.15q.025.4.062.775.038.375.113.75Zm0-3.8 4.625-4.65q-.375-.1-.75-.15-.375-.05-.75-.075-1.225.725-2.025 1.975-.8 1.25-1.1 2.9Z" })); }); IconMaterialEvShadow.displayName = 'AmauiIconMaterialEvShadow'; export default IconMaterialEvShadow;