google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.43 kB
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 Deselect = createIcon("Deselect", [
[
"path",
{
d: "M3.70961 12.2896H5.70961V10.2896H3.70961V12.2896ZM7.70961 20.2896H9.70961V18.2896H7.70961V20.2896ZM13.7096 2.28961H11.7096V4.28961H13.7096V2.28961ZM19.7096 2.28961V4.28961H21.7096C21.7096 3.18961 20.8096 2.28961 19.7096 2.28961ZM5.70961 20.2896V18.2896H3.70961C3.70961 19.3896 4.60961 20.2896 5.70961 20.2896ZM3.70961 16.2896H5.70961V14.2896H3.70961V16.2896ZM11.7096 20.2896H13.7096V18.2896H11.7096V20.2896ZM19.7096 12.2896H21.7096V10.2896H19.7096V12.2896ZM19.7096 8.28961H21.7096V6.28961H19.7096V8.28961ZM15.7096 4.28961H17.7096V2.28961H15.7096V4.28961ZM8.53961 4.28961L7.70961 3.45961V2.28961H9.70961V4.28961H8.53961ZM20.5396 16.2896L19.7096 15.4596V14.2896H21.7096V16.2896H20.5396ZM21.8996 20.4796L3.51961 2.09961L2.09961 3.50961L4.87961 6.28961H3.70961V8.28961H5.70961V7.11961L7.70961 9.11961V16.2896H14.8796L16.8796 18.2896H15.7096V20.2896H17.7096V19.1196L20.4896 21.8996L21.8996 20.4796ZM9.70961 14.2896V11.1196L12.8796 14.2896H9.70961ZM15.7096 11.4596V8.28961H12.5396L10.5396 6.28961H17.7096V13.4596L15.7096 11.4596Z",
key: "7gkmda"
}
]
]);
export { Deselect as default };
//# sourceMappingURL=deselect.js.map