@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialGppMaybeW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "GppMaybeW100",
short_name: "GppMaybe",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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 1Zm0-25q104-33 172-132t68-220v-167q0-10-5.5-18T699-713l-208-77q-5-2-11-2t-11 2l-208 77q-10 4-15.5 12t-5.5 18v167q0 121 68 220t172 132Zm0-314Z"
}));
});
IconMaterialGppMaybeW100.displayName = 'OnesyIconMaterialGppMaybeW100';
export default IconMaterialGppMaybeW100;