google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 607 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const ContentCopy = createIcon("ContentCopy", [
[
"path",
{
d: "M16.5 1H4.5C3.4 1 2.5 1.9 2.5 3V17H4.5V3H16.5V1ZM19.5 5H8.5C7.4 5 6.5 5.9 6.5 7V21C6.5 22.1 7.4 23 8.5 23H19.5C20.6 23 21.5 22.1 21.5 21V7C21.5 5.9 20.6 5 19.5 5ZM19.5 21H8.5V7H19.5V21Z",
key: "1cs8dm"
}
]
]);
export { ContentCopy as default };
//# sourceMappingURL=content_copy.js.map