@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.41 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDiscFullW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DiscFullW100",
short_name: "DiscFull",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M464-352q54 0 91-37t37-91q0-54-37-91t-91-37q-54 0-91 37t-37 91q0 54 37 91t91 37Zm0-88q-17 0-28.5-11.5T424-480q0-17 11.5-28.5T464-520q17 0 28.5 11.5T504-480q0 17-11.5 28.5T464-440Zm0 308q-72.21 0-135.72-27.39-63.51-27.39-110.49-74.35-46.98-46.96-74.39-110.43Q116-407.65 116-479.83q0-72.17 27.4-135.73 27.41-63.56 74.39-110.57 46.98-47.02 110.49-74.44Q391.79-828 464-828q100 0 182.5 51T774-639q3 5 1 10.5t-7 7.5q-5 2-10.5 0t-8.5-7q-42-79-118-125.5T464-800q-134 0-227 93t-93 227q0 134 93 227t227 93q68 0 127.5-27.5T698-263q5-5 10.5-5.5T719-265q5 4 5 9.5t-4 10.5q-50 54-116.5 83.5T464-132Zm359.96-108q-5.96 0-9.96-4.02-4-4.03-4-9.98v-266q0-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.97v266q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm.04 90q-8.5 0-14.25-5.75T804-170q0-8.5 5.75-14.25T824-190q8.5 0 14.25 5.75T844-170q0 8.5-5.75 14.25T824-150ZM464-480Z"
}));
});
IconMaterialDiscFullW100.displayName = 'OnesyIconMaterialDiscFullW100';
export default IconMaterialDiscFullW100;