UNPKG

@braineet/ui

Version:

Braineet design system

25 lines 1.01 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import * as React from 'react'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; function Flag(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 20V5C6 4.44772 6.44772 4 7 4C7.55228 4 8 4.44772 8 5V20H6Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6H17C17.5523 6 18 6.44772 18 7V11C18 11.5523 17.5523 12 17 12H10V6Z", fill: "currentColor" })] })); } export default Flag;