google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 632 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 Difference = createIcon("Difference", [
[
"path",
{
d: "M18.5 23H4.5C3.4 23 2.5 22.1 2.5 21V7H4.5V21H18.5V23ZM15.5 1H8.5C7.4 1 6.51 1.9 6.51 3L6.5 17C6.5 18.1 7.39 19 8.49 19H19.5C20.6 19 21.5 18.1 21.5 17V7L15.5 1ZM17 15H11V13H17V15ZM17 9H15V11H13V9H11V7H13V5H15V7H17V9Z",
key: "g4sy2e"
}
]
]);
export { Difference as default };
//# sourceMappingURL=difference.js.map