iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.56 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 Interbase = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.69 8.83c0 .13-.115.246-.247.248a.25.25 0 01-.248-.243.242.242 0 01.237-.251.25.25 0 01.258.246zm14.294 3.678c-.026.409-.06.818-.113 1.225a10.946 10.946 0 01-.364 1.674 11.846 11.846 0 01-.892 2.194 11.977 11.977 0 01-2.411 3.158 11.945 11.945 0 01-7.716 3.235c-.05.002-.855.004-.868.004a12.044 12.044 0 01-1.452-.133 11.761 11.761 0 01-1.794-.418 11.928 11.928 0 01-2.283-.996 11.982 11.982 0 01-2.913-2.311 11.955 11.955 0 01-3.103-6.79 11.916 11.916 0 01-.073-1.527 11.889 11.889 0 011.404-5.461 12.013 12.013 0 012.033-2.769 11.9 11.9 0 011.152-1.03A11.947 11.947 0 018.027.677c.481-.17.97-.314 1.47-.411a16.08 16.08 0 011.151-.182 13.98 13.98 0 011.033-.077c.236-.011.473-.001.71.004a11.944 11.944 0 015.224 1.385A11.993 11.993 0 0120.63 3.67a11.997 11.997 0 011.362 1.692 11.925 11.925 0 011.47 3.089c.224.722.377 1.459.46 2.21.068.614.1 1.23.061 1.848zm-10.77-3.846c.052.087.129.135.266.136.028-.013.089-.03.14-.063a34.458 34.458 0 012.514-1.495.323.323 0 00.15-.16l.576-1.299c.05-.113.047-.223-.041-.316-.089-.094-.2-.109-.313-.058-.158.069-.317.137-.466.223-.368.212-.693.484-1.005.77-.648.595-1.225 1.256-1.78 1.937a.44.44 0 00-.04.057.251.251 0 000 .268zm8.192-2.643c-.045-.01-.093-.013-.14-.015a4.527 4.527 0 00-1.063.08c-.682.125-1.334.347-1.972.61-1.028.422-2.007.943-2.963 1.507a36.99 36.99 0 00-3.139 2.07c-.207.152-.437.082-.487-.157-.02-.096-.058-.187-.09-.28a2.4 2.4 0 00-2.38-1.64c-.352.015-.69.1-1.018.222a.462.462 0 01-.276.018c-.164-.038-.33-.07-.494-.105l-4.449-.936c-.268-.057-.537-.114-.805-.168-.036-.007-.083-.04-.116.02.033.054.093.053.142.068l5.565 1.65c.075.022.151.044.22.08.538.275.868.708.978 1.303.022.114.026.233.028.35.006.494-.013.989.016 1.481.055.961.45 1.775 1.137 2.446.572.559 1.157 1.105 1.72 1.672.768.774 1.192 1.717 1.301 2.8a.426.426 0 00.132.277c.628.625 1.254 1.252 1.88 1.878.023.022.044.045.069.065a.25.25 0 00.276.034.257.257 0 00.158-.241 11.964 11.964 0 00-.392-2.016 5.988 5.988 0 00-1.347-2.45c-.302-.329-.628-.635-.943-.952-.042-.041-.086-.08-.125-.124-.115-.124-.114-.265.002-.387.027-.029.055-.056.083-.083l8.55-8.545c.031-.03.063-.06.09-.093a.266.266 0 00-.148-.44z" }));
exports.default = Interbase;