google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 672 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 Category = createIcon("Category", [
["path", { d: "M11.5 2L6 11H17L11.5 2Z", key: "1aa3nh" }],
[
"path",
{
d: "M17 22C19.4853 22 21.5 19.9853 21.5 17.5C21.5 15.0147 19.4853 13 17 13C14.5147 13 12.5 15.0147 12.5 17.5C12.5 19.9853 14.5147 22 17 22Z",
key: "vhytmf"
}
],
["path", { d: "M2.5 13.5H10.5V21.5H2.5V13.5Z", key: "it2bf5" }]
]);
export { Category as default };
//# sourceMappingURL=category.js.map