UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.15 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 StrikethroughS = createIcon("StrikethroughS", [ [ "path", { d: "M6.85 8.57512C6.85 5.86512 9.45 4.49512 12.24 4.49512C13.88 4.49512 15.24 4.98512 16.14 5.77512C16.91 6.42512 17.6 7.50512 17.6 9.01512H14.59C14.59 8.70512 14.54 8.42512 14.44 8.16512C14.15 7.30512 13.24 6.88512 12.19 6.88512C10.33 6.88512 9.85 7.90512 9.85 8.58512C9.85 9.06512 10.1 9.46512 10.59 9.79512C10.97 10.0451 11.36 10.2751 12 10.4951H7.39C7.18 10.1551 6.85 9.60512 6.85 8.57512ZM21 11.4951H3V13.4951H12.62C13.77 13.9451 14.58 14.2451 14.58 15.4651C14.58 16.4651 13.77 17.1351 12.3 17.1351C10.76 17.1351 9.37 16.5951 9.37 14.6251H6.4C6.4 15.1751 6.48 15.7551 6.64 16.2051C7.45 18.4951 9.93 19.5051 12.31 19.5051C14.58 19.5051 17.61 18.6151 17.61 15.4551C17.61 15.1551 17.6 14.2951 17.13 13.5151H21V11.4951Z", key: "62xxo" } ] ]); export { StrikethroughS as default }; //# sourceMappingURL=strikethrough_s.js.map