@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 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 WalkieTalkie = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M11 8.5v4h6v-4h-6z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.25 1c.41 0 .75.34.75.75V3.5h8.75c1.24 0 2.25 1 2.25 2.25V16c0 .18-.07.36-.19.5L20 18.54v4.71c0 1.24-1 2.25-2.25 2.25h-7.5c-1.24 0-2.25-1-2.25-2.25v-4.71L6.19 16.5A.75.75 0 0 1 6 16V5.75C6 4.51 7 3.5 8.25 3.5H9.5V1.75c0-.41.34-.75.75-.75zM9.5 7.75v5.5c0 .41.34.75.75.75h7.5c.41 0 .75-.34.75-.75v-5.5a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75zm1.5 9.5c0 .41.34.75.75.75h4.5a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75z"
}));
});
WalkieTalkie.displayName = 'WalkieTalkie';
export var WalkieTalkieDimensions = {
height: 28,
width: 28
};