google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 589 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 FileCopy = createIcon("FileCopy", [
[
"path",
{
d: "M16.5 1H4.5C3.4 1 2.5 1.9 2.5 3V17H4.5V3H16.5V1ZM15.5 5L21.5 11V21C21.5 22.1 20.6 23 19.5 23H8.49C7.39 23 6.5 22.1 6.5 21L6.51 7C6.51 5.9 7.4 5 8.5 5H15.5ZM14.5 12H20L14.5 6.5V12Z",
key: "wtbfao"
}
]
]);
export { FileCopy as default };
//# sourceMappingURL=file_copy.js.map