@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.3 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("@onesy/ui-react");
const IconMaterialArrowOrEdge = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowOrEdge', short_name: 'ArrowOrEdge', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M260-273v-247H120q-33 0-56.5-23.5T40-600v-200q0-17 11.5-28.5T80-840q17 0 28.5 11.5T120-800v200h140q33 0 56.5 23.5T340-520v247l35-35q11-11 27.5-11t28.5 11q12 12 12 28.5T431-251L328-148q-12 12-28 12t-28-12L168-252q-11-11-11.5-27.5T168-308q11-11 28-11t28 11l36 35Zm440 1 35-36q11-12 27.5-11.5T791-308q12 12 12 28.5T791-251L688-148q-12 12-28 12t-28-12L528-252q-11-11-11.5-27.5T528-308q11-11 28-11t28 11l36 35v-247q0-33 23.5-56.5T700-600h140v-200q0-17 11.5-28.5T880-840q17 0 28.5 11.5T920-800v200q0 33-23.5 56.5T840-520H700v248Z" }) })));
});
IconMaterialArrowOrEdge.displayName = 'OnesyIconMaterialArrowOrEdge';
exports.default = IconMaterialArrowOrEdge;
;