@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.08 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 IconMaterialFolderOpenW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FolderOpenW100Filled', short_name: 'FolderOpen', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M186-212q-23 0-38.5-15.5T132-266v-422q0-23 18.5-41.5T192-748h162q12 0 23.5 5t19.5 13l62 62h346q6 0 10 4t4 10q0 6-4 10t-10 4H293q-54 0-93.5 35T160-517v245q0 11 5.5 18t14.5 12l76-255q6-19 22-31t36-12h512q30 0 48.5 24t9.5 53l-64 213q-5 17-19.5 27.5T768-212H186Z" }) })));
});
IconMaterialFolderOpenW100Filled.displayName = 'OnesyIconMaterialFolderOpenW100Filled';
exports.default = IconMaterialFolderOpenW100Filled;
;