@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.7 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 IconMaterialQuickReferenceAllW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'QuickReferenceAllW100Filled', short_name: 'QuickReferenceAll', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M660.2-184q48.8 0 82.3-33.7 33.5-33.69 33.5-82.5 0-48.8-33.7-82.3-33.69-33.5-82.5-33.5-48.8 0-82.3 33.7-33.5 33.69-33.5 82.5 0 48.8 33.7 82.3 33.69 33.5 82.5 33.5Zm213.87 98q-3.93 4-10 4T854-86L752-189q-19 16-42.5 24.5T660-156q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 26-8.5 49.5T771-208l103 102q4 3.91 4 9.96Q878-90 874.07-86ZM232-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h289q12.44 0 23.72 5T564-810l126 126q8 8 13 19.28 5 11.28 5 23.72v69q0 13-9.5 22t-23.5 7q-4 0-7.58-.5-3.57-.5-7.42-.5-58 0-107 24.5T469.56-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 4h131q-18 30-27 63.5t-8 68.5h-96q-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 4h98q4 26 12.5 50t22.5 46q8 13 2.09 25.5T435-132H232Zm300-668v118.4q0 12.58 8.51 21.09T561.6-652H680L532-800l148 148-148-148Z" }) })));
});
IconMaterialQuickReferenceAllW100Filled.displayName = 'OnesyIconMaterialQuickReferenceAllW100Filled';
exports.default = IconMaterialQuickReferenceAllW100Filled;
;