UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Mantine = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12 12-5.377 12-12S18.623 0 12 0zm-1.613 6.15a.91.91 0 01.59.176c.43.317.825.68 1.177 1.082h2.588a.91.91 0 01.912.906.909.909 0 01-.912.907h-1.43c.4.908.604 1.889.602 2.88a7.133 7.133 0 01-.601 2.883h1.427a.91.91 0 01.914.907.91.91 0 01-.914.906h-2.588a7.399 7.399 0 01-1.175 1.082.919.919 0 01-1.28-.19.904.904 0 01.191-1.268 5.322 5.322 0 002.2-4.32c0-1.715-.801-3.29-2.2-4.32a.906.906 0 01-.191-1.268H9.7a.916.916 0 01.688-.363zm-.778 4.295a1.36 1.36 0 011.354 1.354v.033a1.36 1.36 0 01-1.354 1.32 1.36 1.36 0 01-1.353-1.32v-.033a1.36 1.36 0 011.353-1.354z" })); exports.default = Mantine;