@mithril-icons/font-awesome
Version:
Mithril icons generated from https://fontawesome.com
4 lines (3 loc) • 513 B
JavaScript
import m from 'mithril';
const CaretSquareLeft = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 448 512" }, attrs), m("path", { "d": "M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z" })) };
export default CaretSquareLeft;