@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var RatioOneToOne = /*#__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: "M5.25 4A3.25 3.25 0 0 0 2 7.25v9.5C2 18.55 3.46 20 5.25 20h13.5c1.8 0 3.25-1.46 3.25-3.25v-9.5C22 5.45 20.54 4 18.75 4H5.25ZM8.5 8.75v6.5a.75.75 0 0 1-1.5 0v-5.1l-.33.22a.75.75 0 1 1-.84-1.24l1.5-1a.75.75 0 0 1 1.17.62Zm9 0v6.5a.75.75 0 1 1-1.5 0v-5.1l-.33.22a.75.75 0 1 1-.84-1.24l1.5-1a.75.75 0 0 1 1.17.62ZM13 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1-3a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"
}));
});
RatioOneToOne.displayName = 'RatioOneToOne';
export var RatioOneToOneDimensions = {
height: 24,
width: 24
};