google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 595 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 FormatLineSpacing = createIcon("FormatLineSpacing", [
[
"path",
{
d: "M6.25 7H8.75L5.25 3.5L1.75 7H4.25V17H1.75L5.25 20.5L8.75 17H6.25V7ZM10.25 5V7H22.25V5H10.25ZM10.25 19H22.25V17H10.25V19ZM10.25 13H22.25V11H10.25V13Z",
key: "38qi9z"
}
]
]);
export { FormatLineSpacing as default };
//# sourceMappingURL=format_line_spacing.js.map