UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 813 B
/** * @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 Rule = createIcon("Rule", [ [ "path", { d: "M16.4502 11.0351L12.9102 7.49509L14.3202 6.08509L16.4402 8.20509L20.6802 3.96509L22.0902 5.37509L16.4502 11.0351ZM10.9102 7.03509H1.91016V9.03509H10.9102V7.03509ZM20.9102 13.4451L19.5002 12.0351L16.9102 14.6251L14.3202 12.0351L12.9102 13.4451L15.5002 16.0351L12.9102 18.6251L14.3202 20.0351L16.9102 17.4451L19.5002 20.0351L20.9102 18.6251L18.3202 16.0351L20.9102 13.4451ZM10.9102 15.0351H1.91016V17.0351H10.9102V15.0351Z", key: "31sfab" } ] ]); export { Rule as default }; //# sourceMappingURL=rule.js.map