@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.78 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialAutoGraphFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AutoGraphFilled",
short_name: "AutoGraph",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M3.75 19.75q-.325-.325-.325-.75t.325-.75L9.8 12.2q.15-.15.325-.213.175-.062.375-.062t.375.062q.175.063.325.213l3.3 3.3 6.4-7.2q.275-.325.713-.325.437 0 .737.3.275.275.288.663.012.387-.263.687L15.2 17.7q-.15.175-.337.262-.188.088-.388.088t-.387-.075q-.188-.075-.338-.225L10.5 14.5l-5.25 5.25q-.325.325-.75.325t-.75-.325ZM4 13.3q-.125 0-.25-.063-.125-.062-.2-.212l-.5-1.075-1.075-.5q-.15-.075-.212-.2Q1.7 11.125 1.7 11t.063-.25q.062-.125.212-.2l1.075-.5.5-1.075q.075-.15.2-.213Q3.875 8.7 4 8.7t.25.062q.125.063.2.213l.5 1.075 1.075.5q.275.125.275.45t-.275.45l-1.075.5-.5 1.075q-.075.15-.2.212-.125.063-.25.063Zm11-2q-.125 0-.25-.063-.125-.062-.2-.212l-.5-1.075-1.075-.5q-.15-.075-.212-.2Q12.7 9.125 12.7 9t.063-.25q.062-.125.212-.2l1.075-.5.5-1.075q.075-.15.2-.213.125-.062.25-.062t.25.062q.125.063.2.213l.5 1.075 1.075.5q.15.075.213.2.062.125.062.25t-.062.25q-.063.125-.213.2l-1.075.5-.5 1.075q-.075.15-.2.212-.125.063-.25.063Zm-6.5-3q-.125 0-.25-.075T8.05 8L7.4 6.6 6 5.95q-.15-.075-.225-.2Q5.7 5.625 5.7 5.5t.075-.25q.075-.125.225-.2l1.4-.65.65-1.4q.075-.15.2-.225.125-.075.25-.075t.25.075q.125.075.2.225l.65 1.4 1.4.65q.15.075.225.2.075.125.075.25t-.075.25q-.075.125-.225.2l-1.4.65L8.95 8q-.075.15-.2.225-.125.075-.25.075Z"
}));
});
IconMaterialAutoGraphFilled.displayName = 'OnesyIconMaterialAutoGraphFilled';
export default IconMaterialAutoGraphFilled;