@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 593 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrN1BrokerSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M3.375 4.671H1.333v6.651h2.042zm11.292 0h-2.083v6.651h2.083zm-2.083 6.651L7.869 6.43l2.833.003 1.882-1.762-2.77-.004-1.947 1.76-1.697-1.76-2.795.004 6.396 6.662z" }))); });
BrN1BrokerSIcon.displayName = 'BrN1BrokerSIcon';