@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Sticker = /*#__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: "M17.75 3C19.55 3 21 4.46 21 6.25V13h-4.96c-1.2.08-2.22.81-2.72 1.84a5.05 5.05 0 0 1-4.14-.7.75.75 0 1 0-.86 1.23 6.33 6.33 0 0 0 4.35 1.1l.33-.03V21H6.25A3.25 3.25 0 0 1 3 17.75V6.25C3 4.45 4.46 3 6.25 3h11.5zm2.6 11.72-5.63 5.62-.22.2V16.1c.08-.85.75-1.53 1.6-1.6l.15-.01h4.28l-.19.22zM9 7.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5zm6 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5z"
}));
});
Sticker.displayName = 'Sticker';
export var StickerDimensions = {
height: 24,
width: 24
};