google-material-icons
Version:
A google material icon library package for React applications
43 lines (39 loc) • 988 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 UnfoldLessDouble = createIcon("UnfoldLessDouble", [
[
"path",
{
d: "M16.5802 1.41L15.1602 0L11.9902 3.17L8.82016 0L7.41016 1.41L11.9902 6L16.5802 1.41Z",
key: "ksflfv"
}
],
[
"path",
{
d: "M16.5802 6.41L15.1602 5L11.9902 8.17L8.82016 5L7.41016 6.41L11.9902 11L16.5802 6.41Z",
key: "nj010x"
}
],
[
"path",
{
d: "M7.42016 17.59L8.84016 19L12.0102 15.83L15.1802 19L16.5902 17.59L12.0102 13L7.42016 17.59Z",
key: "1mu4os"
}
],
[
"path",
{
d: "M7.42016 22.59L8.84016 24L12.0102 20.83L15.1802 24L16.5902 22.59L12.0102 18L7.42016 22.59Z",
key: "wihgok"
}
]
]);
export { UnfoldLessDouble as default };
//# sourceMappingURL=unfold_less_double.js.map