@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.5 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialEncryptedAddCircleW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EncryptedAddCircleW100",
short_name: "EncryptedAddCircle",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M212-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-682v140q0 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.97v-141q0-10-5.5-18T699-713l-208-77q-5-2-11-2t-11 2l-208 77q-10 4-15.5 12t-5.5 18v167q0 55 14.5 105.5T295-317q26 43 61 77t76 56q5 3 7 8t-1 10q-3 5-8 7t-10-1q-97-52-152.5-149.5T212-516Zm268 37Zm186 213v66q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2 5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-66h66q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8 0-5.6-4.2-9.8-4.2-4.2-9.8-4.2h-66v-66q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v66h-66q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8 0 5.6 4.2 9.8 4.2 4.2 9.8 4.2h66Zm14 134q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43ZM479.9-508q21.91 0 37.5-15 15.6-15 15.6-36.9 0-21.91-15.6-37.5-15.59-15.6-37.5-15.6-21.9 0-36.9 15.6-15 15.59-15 37.5 0 21.9 15 36.9t36.9 15Z"
}));
});
IconMaterialEncryptedAddCircleW100.displayName = 'OnesyIconMaterialEncryptedAddCircleW100';
export default IconMaterialEncryptedAddCircleW100;