@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.44 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAltRouteW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AltRouteW100",
short_name: "AltRoute",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 21.35q-.15 0-.25-.1t-.1-.25v-4q0-1.35-.375-2.175-.375-.825-1.175-1.5l.5-.5q.35.325.738.837.387.513.662 1.088.275-.65.788-1.262.512-.613 1.087-1.113 1.35-1.175 2.075-2.95.725-1.775.675-5.125L14.65 6.275q-.125.125-.25.125t-.25-.125q-.1-.125-.112-.25-.013-.125.112-.25l2.325-2.325q.125-.125.25-.175.125-.05.275-.05.15 0 .275.05.125.05.25.175l2.325 2.325q.125.125.125.25t-.125.25q-.125.125-.25.125t-.25-.125L17.325 4.25q.05 3.3-.688 5.262-.737 1.963-2.262 3.363-.875.8-1.45 1.6T12.35 17v4q0 .15-.1.25t-.25.1ZM6.925 7.725Q6.8 7.2 6.738 6.2q-.063-1-.063-1.95L4.65 6.275q-.125.125-.25.125t-.25-.125q-.125-.125-.125-.25t.125-.25L6.475 3.45q.125-.125.25-.175.125-.05.275-.05.15 0 .275.05.125.05.25.175L9.85 5.775q.1.1.113.237.012.138-.113.263-.1.1-.25.1t-.25-.1L7.375 4.3q-.025.925.038 1.825.062.9.187 1.45ZM8.7 11.9q-.375-.475-.737-1.113-.363-.637-.538-1.137l.675-.175q.15.425.438.963.287.537.662.962Z"
}));
});
IconMaterialAltRouteW100.displayName = 'AmauiIconMaterialAltRouteW100';
export default IconMaterialAltRouteW100;