@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 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: "M15 18a4.98 4.98 0 0 0 6 0v3.25c0 .57-.6.92-1.09.67l-.09-.06L18 20.6l-1.82 1.27a.75.75 0 0 1-1.17-.5v-.11L15 18zm4.25-15A2.75 2.75 0 0 1 22 5.6V11c-.4-.54-.91-1-1.5-1.33V5.75c0-.64-.5-1.18-1.12-1.24H4.75c-.65 0-1.18.49-1.24 1.12l-.01.12v9.5c0 .65.5 1.18 1.12 1.25h9.05a5 5 0 0 0 .33.5v1H4.75a2.75 2.75 0 0 1-2.74-2.58L2 15.25v-9.5a2.75 2.75 0 0 1 2.58-2.74h14.67zM18 10a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-6.75 2.5a.75.75 0 0 1 .1 1.5h-4.6a.75.75 0 0 1-.1-1.5h4.6zm6-5.5a.75.75 0 0 1 .1 1.5H6.75a.75.75 0 0 1-.1-1.5h10.6z"
}));
});
Certificate.displayName = 'Certificate';
export var CertificateDimensions = {
height: 24,
width: 24
};