@mithril-icons/font-awesome
Version:
Mithril icons generated from https://fontawesome.com
4 lines (3 loc) • 372 B
JavaScript
import m from 'mithril';
const Adjust = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 512 512" }, attrs), m("path", { "d": "M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z" })) };
export default Adjust;