@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.31 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 IconMaterialGppMaybeW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'GppMaybeW100Filled', short_name: 'GppMaybe', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-360q8.5 0 14.25-5.75T500-380q0-8.5-5.75-14.25T480-400q-8.5 0-14.25 5.75T460-380q0 8.5 5.75 14.25T480-360Zm.04-98q5.96 0 9.96-4.02 4-4.03 4-9.98v-154q0-5.95-4.04-9.97-4.03-4.03-10-4.03-5.96 0-9.96 4.03-4 4.02-4 9.97v154q0 5.95 4.04 9.98 4.03 4.02 10 4.02ZM480-139q-5 0-11-1t-11.02-3Q345-188 278.5-291.5 212-395 212-516v-166q0-19.26 10.88-34.66Q233.75-732.07 251-739l208-77q11-4 21-4t21 4l208 77q17.25 6.93 28.13 22.34Q748-701.26 748-682v166q0 121-66.5 224.5T502.02-143q-5.02 2-11.02 3t-11 1Z" }) })));
});
IconMaterialGppMaybeW100Filled.displayName = 'OnesyIconMaterialGppMaybeW100Filled';
exports.default = IconMaterialGppMaybeW100Filled;
;