@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FoodToast = /*#__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: "M8.25 9a.75.75 0 0 0-.75.75v4.5c0 .41.34.75.75.75h4.5c.41 0 .75-.34.75-.75v-4.5a.75.75 0 0 0-.75-.75h-4.5zM9 13.5v-3h3v3H9z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2 7.75A4.75 4.75 0 0 1 6.75 3h10.5a4.75 4.75 0 0 1 3.5 7.96v7.79c0 1.24-1 2.25-2.25 2.25h-13c-1.24 0-2.25-1-2.25-2.25v-7.79A4.74 4.74 0 0 1 2 7.75zM6.75 4.5a3.25 3.25 0 0 0-2.23 5.61c.15.14.23.34.23.54v8.1c0 .41.34.75.75.75h10c.41 0 .75-.34.75-.75v-7.7c0-.24.12-.47.33-.61a3.25 3.25 0 0 0-1.83-5.94h-8z"
}));
});
FoodToast.displayName = 'FoodToast';
export var FoodToastDimensions = {
height: 24,
width: 24
};