@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEditRoadW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EditRoadW100",
short_name: "EditRoad",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M17.35 14.05V5q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v8.35ZM6.3 19.65q-.15 0-.25-.1t-.1-.25V5q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v14.3q0 .15-.1.25t-.25.1Zm5.7-12q-.15 0-.25-.1t-.1-.25V5q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v2.3q0 .15-.1.25t-.25.1Zm0 6q-.15 0-.25-.1t-.1-.25V11q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v2.3q0 .15-.1.25t-.25.1Zm0 6q-.15 0-.25-.1t-.1-.25V17q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v2.3q0 .15-.1.25t-.25.1Zm9.275-5.7.5-.5q.125-.125.175-.25.05-.125-.075-.25l-.1-.1q-.125-.125-.25-.075t-.25.175l-.5.5Zm-5.9 5.7q-.125 0-.212-.088-.088-.087-.088-.212 0-.1.15-.35l4.85-4.85.5.5-4.85 4.85q-.05.05-.35.15Z"
}));
});
IconMaterialEditRoadW100.displayName = 'AmauiIconMaterialEditRoadW100';
export default IconMaterialEditRoadW100;