@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.99 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 IconMaterialUnknownDocumentW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'UnknownDocumentW100Filled', short_name: 'UnknownDocument', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M644-184q8.46 0 14.23-5.77T664-204q0-8.46-5.77-14.23T644-224q-8.46 0-14.23 5.77T624-204q0 8.46 5.77 14.23T644-184Zm0-228q-18.63 0-34.31 9.5Q594-393 584-376q-3 5-.63 9.79 2.37 4.79 7.89 7 4.74 2.21 10.24.71t8.5-6.5q6-8 14.72-13.5 8.71-5.5 19.17-5.5 15.11 0 25.61 10t10.5 23.54q0 11.46-7 19.96T658-314q-6 6-11.5 12.5T636-288q-4 5-5 11.5t-1 12.62q0 7.88 3.5 13.88 3.5 6 10 6t10.5-4.8q4-4.8 4-11.2 0-10.53 6-18.67 6-8.14 14-15.8 12-10.53 21-24.66t9-30.87q0-26.16-18.82-44.08Q670.35-412 644-412Zm0 264q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Zm-82.4-504H680L532-800l148 148-148-148v118.4q0 12.58 8.51 21.09T561.6-652ZM232-132q-24.75 0-42.37-17.63Q172-167.25 172-192v-576q0-24.75 17.63-42.38Q207.25-828 232-828h289q12.44 0 23.72 5T564-810l126 126q8 8 13 19.28 5 11.28 5 23.72v71q0 13.08-10 21.54-10 8.46-23 6.46-8-1-15.67-1.5-7.66-.5-15.33-.5-58 0-107.5 24T453-454H320q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4h113q-17 29-27 62.5T396-294h-76q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4h78q3 26 11.5 49.5T431-170q8 13 1.44 25.5Q425.89-132 412-132H232Z" }) })));
});
IconMaterialUnknownDocumentW100Filled.displayName = 'OnesyIconMaterialUnknownDocumentW100Filled';
exports.default = IconMaterialUnknownDocumentW100Filled;
;