UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.41 kB
/** * @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 Deselect = createIcon("Deselect", [ [ "path", { d: "M3.7101 12.2896H5.7101V10.2896H3.7101V12.2896ZM7.7101 20.2896H9.7101V18.2896H7.7101V20.2896ZM13.7101 2.28961H11.7101V4.28961H13.7101V2.28961ZM19.7101 2.28961V4.28961H21.7101C21.7101 3.18961 20.8101 2.28961 19.7101 2.28961ZM5.7101 20.2896V18.2896H3.7101C3.7101 19.3896 4.6101 20.2896 5.7101 20.2896ZM3.7101 16.2896H5.7101V14.2896H3.7101V16.2896ZM11.7101 20.2896H13.7101V18.2896H11.7101V20.2896ZM19.7101 12.2896H21.7101V10.2896H19.7101V12.2896ZM19.7101 8.28961H21.7101V6.28961H19.7101V8.28961ZM15.7101 4.28961H17.7101V2.28961H15.7101V4.28961ZM8.5401 4.28961L7.7101 3.45961V2.28961H9.7101V4.28961H8.5401ZM20.5401 16.2896L19.7101 15.4596V14.2896H21.7101V16.2896H20.5401ZM21.9001 20.4796L3.5201 2.09961L2.1001 3.50961L4.8801 6.28961H3.7101V8.28961H5.7101V7.11961L7.7101 9.11961V16.2896H14.8801L16.8801 18.2896H15.7101V20.2896H17.7101V19.1196L20.4901 21.8996L21.9001 20.4796ZM9.7101 14.2896V11.1196L12.8801 14.2896H9.7101ZM15.7101 11.4596V8.28961H12.5401L10.5401 6.28961H17.7101V13.4596L15.7101 11.4596Z", key: "21456i" } ] ]); export { Deselect as default }; //# sourceMappingURL=deselect.js.map