-
Tom French authored
* build: add linter to loot-design package * style: automated fixes * style: manual linter fixes
Tom French authored* build: add linter to loot-design package * style: automated fixes * style: manual linter fixes
Subtract.mobile.js 954 B
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
import {
Svg,
Circle,
Ellipse,
G,
LinearGradient,
RadialGradient,
Line,
Path,
Polygon,
Polyline,
Rect,
Symbol,
Text,
Use,
Defs,
Stop
} from 'mobile/node_modules/react-native-svg';
function Add({ width, height, style, color = 'black', ...props }) {
return (
<Svg
width={width}
height={height}
{...props}
style={style}
viewBox="0 0 24 24"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<Path
fill={color}
className="path"
d="M23,11.5 L23,11.5 L23,11.5 C23,12.3284271 22.3284271,13 21.5,13 L1.5,13 L1.5,13 C0.671572875,13 1.01453063e-16,12.3284271 0,11.5 L0,11.5 L0,11.5 C-1.01453063e-16,10.6715729 0.671572875,10 1.5,10 L21.5,10 L21.5,10 C22.3284271,10 23,10.6715729 23,11.5 Z"
/>
</Svg>
);
}
export default Add;