iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.66 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 Ravelry = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.972 10.924c-.06-.511-.084-1.03-.185-1.532-.123-.61-.28-1.218-.476-1.809a9.096 9.096 0 00-1.526-2.841c-.295-.37-.594-.74-.93-1.072a11.726 11.726 0 00-2.328-1.785 11.899 11.899 0 00-2.803-1.22c-.544-.152-1.1-.268-1.656-.376-.335-.064-.68-.082-1.02-.122-.015-.002-.03-.018-.044-.028h-1.596c-.119.02-.237.046-.357.058a8.867 8.867 0 00-1.693.35c-.683.202-1.335.48-1.965.809-.66.345-1.286.748-1.882 1.193a12.29 12.29 0 00-.889.718c-.502.455-1.006.911-1.479 1.397a12.048 12.048 0 00-1.662 2.172 9.8 9.8 0 00-1.393 3.922 9.942 9.942 0 00-.077 1.755c.033.666.095 1.33.219 1.989.17.913.439 1.79.826 2.634a10.404 10.404 0 002.49 3.357 12.42 12.42 0 002.064 1.512c.877.517 1.798.93 2.763 1.25a13.32 13.32 0 002.008.485c.3.05.607.062.91.093.02.002.04.018.059.028h1.595c.124-.02.248-.047.372-.057.808-.066 1.587-.264 2.347-.53a10.87 10.87 0 002.42-1.177c.481-.318.958-.646 1.42-.993.286-.215.543-.47.805-.714.196-.183.384-.375.57-.569a11.47 11.47 0 001.552-2.057c.472-.793.858-1.626 1.103-2.517.14-.515.244-1.04.346-1.564.051-.261.062-.53.093-.795.002-.016.017-.03.027-.045v-1.831c-.01-.03-.025-.058-.028-.088zm-7.962-.057s-.82-.147-1.407-.147c-1.344 0-1.66.736-1.66 1.83v4.629H9.312V7.753h3.633v1.578c.44-1.325 1.323-1.788 3.066-1.788z" }));
exports.default = Ravelry;