iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.3 kB
JavaScript
;
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 Loading = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8 .75c.172 0 .333.034.484.102a1.214 1.214 0 01.664.664c.068.15.102.312.102.484s-.034.333-.102.484a1.214 1.214 0 01-.265.399 1.324 1.324 0 01-.399.273A1.254 1.254 0 018 3.25c-.172 0-.333-.031-.484-.094a1.324 1.324 0 01-.672-.672A1.254 1.254 0 016.75 2c0-.172.031-.333.094-.484.067-.151.159-.284.273-.399.115-.114.248-.203.399-.265A1.17 1.17 0 018 .75zM2.633 3.758a1.111 1.111 0 01.68-1.031 1.084 1.084 0 01.882 0c.136.057.253.138.352.242.104.099.185.216.242.351a1.084 1.084 0 010 .883 1.122 1.122 0 01-.594.594 1.169 1.169 0 01-.883 0 1.19 1.19 0 01-.359-.234 1.19 1.19 0 01-.234-.36 1.169 1.169 0 01-.086-.445zM2 7a.941.941 0 01.703.297A.941.941 0 013 8a.97.97 0 01-.078.39 1.03 1.03 0 01-.531.532A.97.97 0 012 9a.97.97 0 01-.39-.078 1.104 1.104 0 01-.32-.211 1.104 1.104 0 01-.212-.32A.97.97 0 011 8a.97.97 0 01.29-.703A.97.97 0 012 7zm.883 5.242a.887.887 0 01.531-.805.863.863 0 01.68 0c.11.047.203.11.281.188a.887.887 0 01.188.96.887.887 0 01-1.148.461.913.913 0 01-.462-.46.863.863 0 01-.07-.344zM8 13.25c.208 0 .385.073.531.219A.723.723 0 018.75 14a.723.723 0 01-.219.531.723.723 0 01-.531.219.723.723 0 01-.531-.219A.723.723 0 017.25 14c0-.208.073-.385.219-.531A.723.723 0 018 13.25zm3.617-1.008c0-.177.06-.325.18-.445s.268-.18.445-.18.326.06.445.18c.12.12.18.268.18.445s-.06.326-.18.445a.605.605 0 01-.445.18.605.605 0 01-.445-.18.605.605 0 01-.18-.445zM14 7.5a.48.48 0 01.352.148A.48.48 0 0114.5 8a.48.48 0 01-.148.352A.48.48 0 0114 8.5a.48.48 0 01-.352-.148A.48.48 0 0113.5 8a.48.48 0 01.148-.352A.48.48 0 0114 7.5zm-1.758-5.117c.188 0 .365.036.531.11a1.413 1.413 0 01.735.734c.073.166.11.343.11.53 0 .188-.037.365-.11.532a1.413 1.413 0 01-.735.734 1.31 1.31 0 01-.53.11c-.188 0-.365-.037-.532-.11a1.415 1.415 0 01-.734-.734 1.31 1.31 0 01-.11-.531c0-.188.037-.365.11-.531a1.413 1.413 0 01.734-.735c.167-.073.344-.11.531-.11z", fill: "#C5C5C5" }));
exports.default = Loading;