@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.54 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCopyAllW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CopyAllW100Filled",
short_name: "CopyAll",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M376-276q-26 0-43-17t-17-43v-432q0-26 17-43t43-17h312q26 0 43 17t17 43v432q0 26-17 43t-43 17H376ZM192-708q-8.5 0-14.25-5.75T172-728q0-8.5 5.75-14.25T192-748q8.5 0 14.25 5.75T212-728q0 8.5-5.75 14.25T192-708Zm0 144q-8.5 0-14.25-5.75T172-584q0-8.5 5.75-14.25T192-604q8.5 0 14.25 5.75T212-584q0 8.5-5.75 14.25T192-564Zm0 144q-8.5 0-14.25-5.75T172-440q0-8.5 5.75-14.25T192-460q8.5 0 14.25 5.75T212-440q0 8.5-5.75 14.25T192-420Zm0 144q-8.5 0-14.25-5.75T172-296q0-8.5 5.75-14.25T192-316q8.5 0 14.25 5.75T212-296q0 8.5-5.75 14.25T192-276Zm0 144q-8.5 0-14.25-5.75T172-152q0-8.5 5.75-14.25T192-172q8.5 0 14.25 5.75T212-152q0 8.5-5.75 14.25T192-132Zm144 0q-8.5 0-14.25-5.75T316-152q0-8.5 5.75-14.25T336-172q8.5 0 14.25 5.75T356-152q0 8.5-5.75 14.25T336-132Zm144 0q-8.5 0-14.25-5.75T460-152q0-8.5 5.75-14.25T480-172q8.5 0 14.25 5.75T500-152q0 8.5-5.75 14.25T480-132Zm144 0q-8.5 0-14.25-5.75T604-152q0-8.5 5.75-14.25T624-172q8.5 0 14.25 5.75T644-152q0 8.5-5.75 14.25T624-132Z"
}));
});
IconMaterialCopyAllW100Filled.displayName = 'OnesyIconMaterialCopyAllW100Filled';
export default IconMaterialCopyAllW100Filled;