phosphor-react-native
Version:
Flexible icons for React Native
54 lines (51 loc) • 1.54 kB
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
/* GENERATED FILE */
import * as React from 'react';
import Svg, { Rect, Line } from 'react-native-svg';
function AlignBottom(props) {
return /*#__PURE__*/React.createElement(Svg, _extends({
id: "Raw",
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(Rect, {
width: 256,
height: 256,
fill: "none"
}), /*#__PURE__*/React.createElement(Line, {
x1: 216.00488,
y1: 216.00586,
x2: 40.00488,
y2: 216.00586,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Rect, {
x: 116,
y: 100,
width: 112,
height: 56,
rx: 8,
transform: "translate(44 300) rotate(-90)",
strokeWidth: 16,
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
fill: "none"
}), /*#__PURE__*/React.createElement(Rect, {
x: 56,
y: 32,
width: 56,
height: 152,
rx: 8,
strokeWidth: 16,
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
fill: "none"
}));
}
export default AlignBottom;
//# sourceMappingURL=AlignBottom.js.map