@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BracesCheckmark = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4 2a2 2 0 0 0-2 2v3a.5.5 0 0 1-.5.5.5.5 0 0 0 0 1c.28 0 .5.22.5.5v3c0 1.1.9 2 2 2a.5.5 0 0 0 0-1 1 1 0 0 1-1-1V9c0-.38-.14-.73-.38-1 .24-.27.38-.62.38-1V4a1 1 0 0 1 1-1 .5.5 0 0 0 0-1Zm8 0a2 2 0 0 1 2 2v3c0 .28.22.5.5.5a.5.5 0 0 1 0 1 .5.5 0 0 0-.5.5v3a2 2 0 0 1-2 2 .5.5 0 0 1 0-1 1 1 0 0 0 1-1V9c0-.38.14-.73.38-1A1.5 1.5 0 0 1 13 7V4a1 1 0 0 0-1-1 .5.5 0 0 1 0-1ZM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm1.15-5.35a.5.5 0 1 1 .7.7l-2 2a.5.5 0 0 1-.7 0l-1-1a.5.5 0 1 1 .7-.7l.65.64 1.65-1.64Z"
}));
});
BracesCheckmark.displayName = 'BracesCheckmark';
export var BracesCheckmarkDimensions = {
height: 16,
width: 16
};