@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 979 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var RadioButtonOff = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14.15 14.85c.1.1.22.15.35.15a.5.5 0 0 0 .35-.85l-13-13a.5.5 0 0 0-.7.7l2.28 2.28a6 6 0 0 0 8.44 8.44l2.28 2.28Zm-2.99-2.98-1.42-1.43a3 3 0 0 1-4.18-4.18L4.13 4.84a5 5 0 0 0 7.03 7.03ZM4.95 2.83a6 6 0 0 1 8.22 8.22l-.74-.74a5 5 0 0 0-6.74-6.74l-.74-.74Zm5.94 5.94a3 3 0 0 0-3.66-3.66l3.66 3.66Z"
}));
});
RadioButtonOff.displayName = 'RadioButtonOff';
export var RadioButtonOffDimensions = {
height: 16,
width: 16
};