@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.87 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 IconMaterialModeDualW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ModeDualW100Filled', short_name: 'ModeDual', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M214.5-150q-5.5 4-11 4t-9.74-4.72Q162-185 142-226.5 122-268 122-315q0-47.17 13-91.58Q148-451 167-494q17-37.64 30.5-76.82Q211-610 211-651.78q0-41.4-20.5-75.81Q170-762 140.32-790.06 136-794 136.5-799q.5-5 4.5-9.86 4-5.14 9.5-5.14t10.5 4q35 31 56.5 71.5T239-652q0 45-13.5 86T195-483.75q-17 40.75-31 81.96-14 41.21-14 85.71 0 42.08 18.5 79.58T216-169q4 4 3.5 9.5t-5 9.5Zm160 0q-5.5 4-11 4t-9.74-4.72Q322-185 302-226.5 282-268 282-315q0-47.17 13-91.58Q308-451 327-494q17-37.64 30.5-76.82Q371-610 371-651.78q0-41.4-20.5-75.81Q330-762 300.32-790.06 296-794 296.5-799.5q.5-5.5 4.5-10 4-5.5 9.5-5T321-810q35 31 56.5 71t21.5 87.15Q399-608 386-566q-13 42-30 82-17 41-31.5 82.23-14.5 41.23-14.5 85.71 0 42.06 18.5 79.56T376-169q4 4 3.5 9.5t-5 9.5ZM500-120v-720q0-6 4-10t10-4q6 0 10 4t4 10v188l146-144q5-5 10-5t10 5q5 5 5 10t-5 10L528-610v116h116l166-166q5-5 10-5t10 5q4 4 4 9.5t-4 10.5L686-494h188q6 0 10 4t4 10q0 6-4 10t-10 4H686l144 146q5 5 5 10t-5 10q-5 5-10 5t-10-5L644-466H528v116l166 166q5 5 5 10t-5 10q-4 4-9.5 4t-10.5-4L528-308v188q0 6-4 10t-10 4q-6 0-10-4t-4-10Z" }) })));
});
IconMaterialModeDualW100Filled.displayName = 'OnesyIconMaterialModeDualW100Filled';
exports.default = IconMaterialModeDualW100Filled;
;