@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.14 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 IconMaterialRightPanelCloseW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RightPanelCloseW100', short_name: 'RightPanelClose', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M347-399q0 10 9.5 14t16.5-3l71-71q9-9 9-21t-9-21l-71-71q-7-7-16.5-3t-9.5 14v162ZM232-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-172H232Zm408-28h120v-528q0-12-10-22t-22-10h-88v560Zm-28 0v-560H232q-12 0-22 10t-10 22v496q0 12 10 22t22 10h380Zm28 0h120-120Z" }) })));
});
IconMaterialRightPanelCloseW100.displayName = 'OnesyIconMaterialRightPanelCloseW100';
exports.default = IconMaterialRightPanelCloseW100;