UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 3.1 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 H3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.236 6.105c-.099-.045-.256-.084-.373-.173-.485-.375-.96-.768-1.442-1.148-.172-.135-.195-.279-.089-.468.31-.558.594-1.133.924-1.677a.993.993 0 01.503-.395 39.005 39.005 0 012.4-.712.97.97 0 01.63.084c.523.269 1.024.582 1.532.883.265.157.291.233.182.522-.216.566-.44 1.127-.647 1.697a.874.874 0 01-.609.557c-.88.26-1.76.512-2.641.765-.101.026-.207.036-.37.065zm-6.106 4.93c-.132-.084-.295-.144-.392-.259-.424-.5-.828-1.017-1.245-1.524-.139-.167-.123-.34-.026-.501.464-.754.922-1.51 1.415-2.246.113-.168.337-.298.537-.363.817-.263 1.645-.494 2.471-.735.259-.076.491-.048.709.143.441.39.894.77 1.351 1.145.192.155.228.328.127.542-.373.783-.727 1.577-1.133 2.344a1.098 1.098 0 01-.575.497c-1.012.325-2.04.602-3.063.893-.046.014-.098.012-.146.017l-.03.047zm14.928-9.188c.162.046.337.072.487.144.717.342 1.427.694 2.137 1.049.268.133.41.282.33.644-.137.614-.231 1.239-.328 1.861-.048.307-.216.497-.496.579-1.052.308-2.106.607-3.16.901-.282.079-.552.009-.795-.152L13.17 5.496c-.197-.132-.265-.296-.18-.527.228-.623.433-1.252.68-1.866a.714.714 0 01.387-.375c.926-.297 1.863-.564 2.797-.838.062-.019.13-.012.195-.017.004-.009.007-.017.009-.026zM9.653 12.65c-.2-.11-.435-.185-.596-.337-.609-.573-1.192-1.176-1.792-1.757-.217-.212-.267-.438-.144-.71.36-.79.7-1.59 1.088-2.366a.978.978 0 01.523-.445c.943-.306 1.898-.573 2.85-.841a.862.862 0 01.753.125c.664.465 1.33.929 1.994 1.396.314.219.372.384.267.757-.232.828-.472 1.654-.7 2.482a.926.926 0 01-.677.681 365.9 365.9 0 01-3.236.915c-.094.026-.193.028-.29.041a.876.876 0 00-.04.059zM0 16.098c.09-.23.152-.45.258-.647.49-.917.992-1.827 1.488-2.74.185-.342.459-.57.833-.676.946-.268 1.89-.537 2.837-.807.357-.103.643-.027.905.258a66.623 66.623 0 001.673 1.735c.268.27.336.568.201.918-.429 1.116-.855 2.231-1.288 3.343-.166.426-.48.688-.923.807-1.105.301-2.209.61-3.314.914-.537.149-.756.063-1.05-.404-.462-.734-.929-1.468-1.386-2.205-.09-.15-.15-.318-.234-.496zm23.986-6.187c-.057.95-.106 1.87-.166 2.785-.036.533-.207.735-.727.879-1.184.328-2.37.648-3.553.978-.464.129-.874.04-1.244-.258-.894-.718-1.786-1.44-2.684-2.155-.33-.264-.455-.57-.337-.992.23-.82.437-1.646.645-2.472.086-.337.298-.54.62-.635 1.007-.292 2.016-.578 3.024-.867a1.291 1.291 0 011.043.128c.957.556 1.91 1.115 2.866 1.671.37.22.586.519.513.938zM8.16 18.325c.092-.298.156-.534.238-.765.347-.97.713-1.934 1.049-2.91.17-.495.484-.783.99-.918 1.021-.268 2.034-.564 3.05-.853.428-.122.797-.048 1.143.248.858.735 1.725 1.46 2.596 2.184.4.334.57.727.469 1.256-.245 1.286-.46 2.58-.693 3.869-.089.49-.38.807-.862.937-1.343.361-2.687.724-4.034 1.075-.487.126-.882-.045-1.195-.433-.572-.708-1.146-1.413-1.721-2.12-.243-.299-.506-.585-.722-.901-.142-.21-.216-.464-.308-.669z" })); exports.default = H3;