@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.27 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BracesVariable = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3 6a3 3 0 0 1 3-3 1 1 0 0 1 0 2 1 1 0 0 0-1 1v3.94A3 3 0 0 1 4.18 12 3 3 0 0 1 5 14.06V18a1 1 0 0 0 1 1 1 1 0 1 1 0 2 3 3 0 0 1-3-3v-3.94a1 1 0 0 0-.76-.97l-.48-.12a1 1 0 0 1 0-1.94l.48-.12A1 1 0 0 0 3 9.94V6zm18 0a3 3 0 0 0-3-3 1 1 0 1 0 0 2 1 1 0 0 1 1 1v3.94a3 3 0 0 0 .82 2.06 3 3 0 0 0-.82 2.06V18a1 1 0 0 1-1 1 1 1 0 1 0 0 2 3 3 0 0 0 3-3v-3.94a1 1 0 0 1 .76-.97l.48-.12a1 1 0 0 0 0-1.94l-.48-.12a1 1 0 0 1-.76-.97V6zm-11.71.89A1 1 0 1 0 7.7 8.1l3.03 3.9-3.02 3.89A1 1 0 1 0 9.3 17.1l2.7-3.47 2.71 3.48a1 1 0 0 0 1.58-1.22L13.27 12l3.02-3.89A1 1 0 0 0 14.7 6.9L12 10.37 9.29 6.9z"
}));
});
BracesVariable.displayName = 'BracesVariable';
export var BracesVariableDimensions = {
height: 24,
width: 24
};