@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 Certificate = /*#__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: "M9 18a4.98 4.98 0 0 1-6 0v3.25c0 .57.6.92 1.09.67l.09-.06L6 20.6l1.82 1.27a.75.75 0 0 0 1.17-.5v-.11L9 18ZM4.75 3a2.75 2.75 0 0 0-2.74 2.6L2 5.75V11c.4-.54.91-1 1.5-1.33V5.75c0-.64.5-1.18 1.12-1.24h14.63c.65 0 1.18.49 1.24 1.12l.01.12v9.5c0 .65-.5 1.18-1.12 1.25h-9.05a5 5 0 0 1-.33.5v1h9.25A2.75 2.75 0 0 0 22 15.42V5.75a2.75 2.75 0 0 0-2.58-2.74H4.75ZM6 10a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm6.75 2.5a.75.75 0 0 0-.1 1.5h4.6a.75.75 0 0 0 .1-1.5h-4.6Zm-6-5.5a.75.75 0 0 0-.1 1.5h10.6a.75.75 0 0 0 .1-1.5H6.75Z"
}));
});
Certificate.displayName = 'Certificate';
export var CertificateDimensions = {
height: 24,
width: 24
};