google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 579 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 DensitySmall = createIcon("DensitySmall", [
["path", { d: "M21 2H3V4H21V2Z", key: "ihts9g" }],
["path", { d: "M21 20H3V22H21V20Z", key: "j14wm8" }],
["path", { d: "M21 14H3V16H21V14Z", key: "dfps4n" }],
["path", { d: "M21 8H3V10H21V8Z", key: "1udqml" }]
]);
export { DensitySmall as default };
//# sourceMappingURL=density_small.js.map