@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.05 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialArrowRangeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowRangeW100', short_name: 'ArrowRange', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m170 590 120 121q4 4 4 9.5t-4 9.5q-4 5-10 4.5t-10-4.5L137 597q-9-9-9-21t9-21l133-132q4-4 10-4.5t10 4.5q4 4 3.5 10t-4.5 10L170 562h619L670 443q-4-4-4.5-9.5T670 423q5-5 10-5t10 5l132 132q9 9 9 21t-9 21L690 730q-4 5-9.5 5t-10.5-5q-5-5-4.5-10t4.5-10l119-120H170Z" }) })));
});
IconMaterialArrowRangeW100.displayName = 'AmauiIconMaterialArrowRangeW100';
exports.default = IconMaterialArrowRangeW100;