UNPKG

@icongo/tb

Version:
31 lines 932 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var TBBrandFinder = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-brand-finder", viewBox: "0 0 24 24" }, props, { children: [/*#__PURE__*/_jsx("path", { stroke: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/_jsx("rect", { width: 18, height: 16, x: 3, y: 4, rx: 1 }), /*#__PURE__*/_jsx("path", { d: "M7 8v1m10-1v1m-4.5-5c-.654 1.486-1.26 3.443-1.5 9h2.5c-.19 2.867.094 5.024.5 7" }), /*#__PURE__*/_jsx("path", { d: "M7 15.5c3.667 2 6.333 2 10 0" })] })); export { TBBrandFinder };