@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.63 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 IconMaterial123W100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: '123W100Filled', short_name: '123', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-556h-46q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h60q6.07 0 10.03 3.97Q268-576.07 268-570v180q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03v-166Zm134 166v-76q0-11.9 8.05-19.95Q390.1-494 402-494h94v-62H388q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h108q11.9 0 19.95 8.05Q524-567.9 524-556v62q0 11.9-8.05 19.95Q507.9-466 496-466h-94v62h108q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4H388q-6.07 0-10.03-3.97Q374-383.93 374-390Zm358 14H624q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h108v-62h-68q-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8 0-5.6 4.2-9.8 4.2-4.2 9.8-4.2h68v-62H624q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h108q11.9 0 19.95 8.05Q760-567.9 760-556v152q0 11.9-8.05 19.95Q743.9-376 732-376Z" }) })));
});
IconMaterial123W100Filled.displayName = 'OnesyIconMaterial123W100Filled';
exports.default = IconMaterial123W100Filled;
;