UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.07 kB
/** * @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 Style = createIcon("Style", [ [ "path", { d: "M2.79255 19.4L4.13255 19.96V10.93L1.70255 16.79C1.29255 17.81 1.78255 18.98 2.79255 19.4ZM22.2926 15.7L17.3326 3.73C17.0225 2.98 16.2926 2.52 15.5226 2.5C15.2626 2.5 14.9926 2.54 14.7326 2.65L7.36255 5.7C6.61255 6.01 6.15255 6.73 6.13255 7.5C6.12255 7.77 6.17255 8.04 6.28255 8.3L11.2425 20.27C11.5526 21.03 12.2926 21.49 13.0726 21.5C13.3326 21.5 13.5926 21.45 13.8426 21.35L21.2026 18.3C22.2226 17.88 22.7126 16.71 22.2926 15.7ZM8.14255 8.5C7.59255 8.5 7.14255 8.05 7.14255 7.5C7.14255 6.95 7.59255 6.5 8.14255 6.5C8.69255 6.5 9.14255 6.95 9.14255 7.5C9.14255 8.05 8.69255 8.5 8.14255 8.5ZM6.14255 19.5C6.14255 20.6 7.04255 21.5 8.14255 21.5H9.59255L6.14255 13.16V19.5Z", key: "1hq6qp" } ] ]); export { Style as default }; //# sourceMappingURL=style.js.map