@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 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 IconMaterialLeftPanelCloseW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LeftPanelCloseW100', short_name: 'LeftPanelClose', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M613-399v-162q0-10-9.5-14t-16.5 3l-71 71q-9 9-9 21t9 21l71 71q7 7 16.5 3t9.5-14ZM232-172q-25 0-42.5-17.5T172-232v-496q0-25 17.5-42.5T232-788h496q25 0 42.5 17.5T788-728v496q0 25-17.5 42.5T728-172H232Zm88-28v-560h-88q-12 0-22 10t-10 22v496q0 12 10 22t22 10h88Zm28 0h380q12 0 22-10t10-22v-496q0-12-10-22t-22-10H348v560Zm-28 0H200h120Z" }) })));
});
IconMaterialLeftPanelCloseW100.displayName = 'OnesyIconMaterialLeftPanelCloseW100';
exports.default = IconMaterialLeftPanelCloseW100;
;