UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 2.2 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 Organization = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.111 4.663A2 2 0 116.89 1.337a2 2 0 012.222 3.326zm-.555-2.494A1 1 0 107.445 3.83a1 1 0 001.11-1.662zm2.611.03a1.493 1.493 0 011.894.188 1.513 1.513 0 01-.487 2.46 1.492 1.492 0 01-1.634-.326 1.512 1.512 0 01.227-2.321zm.48 1.61a.498.498 0 10.704-.708.509.509 0 00-.35-.15.498.498 0 00-.5.503c0 .133.052.261.146.356zM3.19 12.487H5v1.005H3.19a1.197 1.197 0 01-.842-.357 1.21 1.21 0 01-.348-.85v-1.81a.997.997 0 01-.71-.332A1.007 1.007 0 011 9.408V7.226c.003-.472.19-.923.52-1.258.33-.331.775-.52 1.24-.523H4.6a2.912 2.912 0 00-.55 1.006H2.76a.798.798 0 00-.54.232.777.777 0 00-.22.543v2.232h1v2.826a.202.202 0 00.05.151.24.24 0 00.14.05zm7.3-6.518a1.765 1.765 0 00-1.25-.523H6.76a1.765 1.765 0 00-1.24.523c-.33.335-.517.786-.52 1.258v3.178a1.06 1.06 0 00.29.734 1 1 0 00.71.332v2.323a1.202 1.202 0 00.35.855c.18.168.407.277.65.312h2a1.15 1.15 0 001-1.167V11.47a.997.997 0 00.71-.332 1.006 1.006 0 00.29-.734V7.226c.001-.47-.182-.922-.51-1.258zM10 10.454H9v3.34a.202.202 0 01-.06.14.17.17 0 01-.14.06H7.19a.21.21 0 01-.2-.2v-3.34H6V7.226c0-.203.079-.398.22-.543a.798.798 0 01.54-.232h2.48a.778.778 0 01.706.48.748.748 0 01.054.295v3.228zm2.81 3.037H11v-1.005h1.8a.24.24 0 00.14-.05.2.2 0 00.06-.152V9.458h1V7.226a.777.777 0 00-.22-.543.798.798 0 00-.54-.232h-1.29a2.91 2.91 0 00-.55-1.006h1.84c.466.004.912.192 1.24.523.33.335.517.786.52 1.258v2.182c0 .273-.103.535-.289.733-.186.199-.44.318-.71.333v1.81c0 .319-.126.624-.349.85a1.197 1.197 0 01-.842.357zM4 1.945a1.494 1.494 0 00-1.386.932A1.517 1.517 0 002.94 4.52 1.497 1.497 0 005.5 3.454c0-.4-.158-.784-.439-1.067a1.496 1.496 0 00-1.06-.442zm0 2.012a.499.499 0 01-.5-.503.504.504 0 01.5-.503.509.509 0 01.5.503.504.504 0 01-.5.503z", fill: "#424242" })); exports.default = Organization;