@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.58 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 IconMaterialSportsVolleyballW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsVolleyballW100', short_name: 'SportsVolleyball', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M794-542q-23-109-106-181t-194-77v80l300 178ZM294-388l172-100v-312q-47 5-90.5 19T294-740v352Zm-98 56 70-40v-346q-53 44-79.5 106.5T160-479.63q0 38.28 8 75.95Q176-366 196-332Zm150 144 306-176-172-100-270 156q24 40 58.5 71.5T346-188Zm134 28q82 0 153.5-39.5T750-308l-70-40-300 172q23 10 48.67 13 25.66 3 51.33 3Zm284-172q22-41 31-85.5t3-90.5L494-688v200l270 156ZM480-480Zm.17 348q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132Z" }) })));
});
IconMaterialSportsVolleyballW100.displayName = 'OnesyIconMaterialSportsVolleyballW100';
exports.default = IconMaterialSportsVolleyballW100;
;