UNPKG

@mithril-icons/font-awesome

Version:

Mithril icons generated from https://fontawesome.com

4 lines (3 loc) 431 B
import m from 'mithril'; const GripLinesVertical = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 256 512" }, attrs), m("path", { "d": "M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z" })) }; export default GripLinesVertical;