@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDrawW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DrawW100",
short_name: "Draw",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M14 20.35q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1q1.5 0 2.575-.612 1.075-.613 1.075-1.538 0-.725-.7-1.3-.7-.575-1.975-.9l.575-.55q1.375.4 2.088 1.125.712.725.712 1.625 0 1.35-1.375 2.1T14 20.35Zm-7.975-7.125q-1.2-.4-1.787-.988Q3.65 11.65 3.65 11q0-.775.675-1.375t2.5-1.4q1.65-.725 2.237-1.188Q9.65 6.575 9.65 6q0-.675-.712-1.163Q8.225 4.35 7 4.35q-.725 0-1.325.225t-1.025.65q-.1.1-.225.112-.125.013-.25-.062-.125-.1-.138-.238-.012-.137.088-.262.35-.475 1.175-.8.825-.325 1.7-.325 1.475 0 2.413.675Q10.35 5 10.35 6q0 .8-.675 1.438Q9 8.075 7.1 8.875q-1.575.675-2.162 1.15-.588.475-.588.975 0 .475.55.912.55.438 1.675.788Zm12-4.5L15.95 6.65l.825-.825q.325-.325.713-.338.387-.012.712.313l.675.675q.325.325.313.713-.013.387-.338.712ZM5.775 18.9H6.85l8.4-8.4-1.075-1.075-8.4 8.4Zm-.3.7q-.175 0-.287-.112-.113-.113-.113-.288v-1.5q0-.025.125-.3l8.975-8.975L16.25 10.5l-8.975 8.975q-.025.025-.3.125Zm8.7-10.175L15.25 10.5Z"
}));
});
IconMaterialDrawW100.displayName = 'AmauiIconMaterialDrawW100';
export default IconMaterialDrawW100;