@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.23 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 IconMaterialDevicesFold2W100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DevicesFold2W100', short_name: 'DevicesFold2', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M659-172H313q-24.75 0-42.37-17.63Q253-207.25 253-232v-496q0-24.75 17.63-42.38Q288.25-788 313-788h371q19 0 33.5 10.5T739-750l81 202q12 29-5.76 55.5Q796.49-466 764-466h-45v234q0 24.75-17.62 42.37Q683.75-172 659-172Zm105-322q17 0 26.5-14t3.5-30l-81-202q-4-9-12-14.5t-18-5.5H312q-12 0-18.5 9.5T292-730l87 216q4 9 12 14.5t18 5.5h355ZM659-200q14 0 23-9t9-23v-234H408q-19 0-33.5-10.5T353-504l-72-179v451q0 14 9 23t23 9h346ZM544-627Z" }) })));
});
IconMaterialDevicesFold2W100.displayName = 'OnesyIconMaterialDevicesFold2W100';
exports.default = IconMaterialDevicesFold2W100;
;