@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.37 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 IconMaterialPowerRoundedW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PowerRoundedW100', short_name: 'PowerRounded', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 12.85q-.15 0-.25-.1t-.1-.25V4.3q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v8.2q0 .15-.1.25t-.25.1Zm0 6.7q-1.6 0-3-.6T6.55 17.3Q5.5 16.25 4.9 14.85q-.6-1.4-.6-3 0-1.625.663-3.088Q5.625 7.3 6.85 6.175q.125-.1.263-.088.137.013.237.113.1.1.088.238-.013.137-.138.237Q6.175 7.7 5.588 9.037 5 10.375 5 11.85q0 2.925 2.038 4.962Q9.075 18.85 12 18.85t4.962-2.038Q19 14.775 19 11.85q0-1.475-.587-2.813Q17.825 7.7 16.7 6.675q-.125-.1-.138-.25-.012-.15.088-.25.1-.1.238-.1.137 0 .262.1 1.225 1.125 1.888 2.587.662 1.463.662 3.088 0 1.6-.6 3t-1.65 2.45Q16.4 18.35 15 18.95q-1.4.6-3 .6Z" }) })));
});
IconMaterialPowerRoundedW100.displayName = 'OnesyIconMaterialPowerRoundedW100';
exports.default = IconMaterialPowerRoundedW100;
;