@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialGateW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "GateW100",
short_name: "Gate",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M191.96-338q-5.96 0-9.96-4.02-4-4.03-4-9.98v-256q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v256q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm111.54 64q-12.5 0-21-8.68T274-304.2V-576q0-46 32.31-78 32.32-32 77.69-32h192q46 0 78 32t32 78v271.8q0 12.84-8.5 21.52t-21 8.68h-353Zm464.46-64q-5.96 0-9.96-4.02-4-4.03-4-9.98v-256q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v256q0 5.95-4.04 9.98-4.03 4.02-10 4.02ZM480-480ZM302-302h164v-164h-50q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h50v-164h-82q-33.83 0-57.91 24.09Q302-609.83 302-576v274Zm192 0h164v-274q0-33.83-24.09-57.91Q609.83-658 576-658h-82v164h50q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-50v164Z"
}));
});
IconMaterialGateW100.displayName = 'OnesyIconMaterialGateW100';
export default IconMaterialGateW100;