@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 688 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrN1BrokerSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M3.37535 4.67092H1.3335V11.3225H3.37535V4.67092ZM14.6668 4.67092H12.5838V11.3225H14.6668V4.67092ZM12.5838 11.3225L7.86948 6.42991L10.7024 6.43339L12.5838 4.67092L9.81464 4.66663L7.8669 6.42723L6.1705 4.66663L3.37535 4.67092L9.77103 11.3333L12.5838 11.3225Z", fill: "currentColor" }))); });
BrN1BrokerSIcon.displayName = 'BrN1BrokerSIcon';