@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PhoneLock = /*#__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: "M13.75 2C14.99 2 16 3 16 4.25v6.59A3.5 3.5 0 0 0 14 14v.05a2.5 2.5 0 0 0-2 2.45v2.25a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 0 0 1.5h2.5c.41 0 .75-.34.75-.75v2.75c0 .17.02.34.05.5h-5.8C5.01 22 4 21 4 19.75V4.25C4 3.01 5 2 6.25 2h7.5zM15 14v1h-.5c-.83 0-1.5.67-1.5 1.5v5a1.5 1.5 0 0 0 1.5 1.5h6c.83 0 1.5-.67 1.5-1.5v-5c0-.83-.67-1.5-1.5-1.5H20v-1a2.5 2.5 0 0 0-5 0zm1.5 0a1 1 0 1 1 2 0v1h-2v-1zm2 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"
}));
});
PhoneLock.displayName = 'PhoneLock';
export var PhoneLockDimensions = {
height: 24,
width: 24
};